v2 / vlib / v / parser / tests / struct_field_unknown_module_c.vv
5 lines · 4 sloc · 55 bytes · 1e856c0f94c648194d23e07fdd426a597e8ff2f5
Raw
1import term.ui
2
3struct Inter {
4 code term.ui.KeyCode
5}
6