vxx2 / vlib / v / checker / tests / struct_field_name_duplicate_err.vv
4 lines · 4 sloc · 32 bytes · 84edbd83da81429ac7ce8bcfb246dc6b891169ef
Raw
1struct Aaa {
2 a int
3 a string
4}
5