v2 / vlib / v / checker / tests / unknown_struct_name.out
6 lines · 6 sloc · 156 bytes · e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1vlib/v/checker/tests/unknown_struct_name.vv:4:7: error: unknown struct `F`
2 2 |
3 3 | fn main() {
4 4 | _ := F{}
5 | ~~~
6 5 | }
7