v2 / vlib / v / checker / tests / globals / nested_unknown_typ.out
5 lines · 5 sloc · 169 bytes · e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1vlib/v/checker/tests/globals/nested_unknown_typ.vv:5:13: error: unknown type `StructS`
2 3 |
3 4 | @[markused]
4 5 | __global ga []?StructS
5 | ^
6