v2 / vlib / v / slow_tests / inout / generic_fn_with_alias_arg.out
12 lines · 12 sloc · 134 bytes · 6688c0f3d718c508a8f150992d95c0103049a5cd
Raw
1MyStruct[int]{
2 a: 0
3}
4MyStructAlias(MyStruct[int]{
5 a: 0
6})
7MyStruct[int]{
8 a: 0
9}
10MyStructAlias(MyStruct[int]{
11 a: 0
12})
13