v2 / vlib / v / parser / tests / struct_anon_invalid_embed_err.vv
4 lines · 4 sloc · 50 bytes · b3b6ce5b97c74cd174040ec635fb2d3f9a2a77b6
Raw
1type Int = int
2type MyIndex = struct {
3 Int Int
4}
5