vxx2 / vlib / v / checker / tests / recursive_interface_err.vv
3 lines · 3 sloc · 27 bytes · 6fa8e4269e19a7330339cc98cb000530e42829f3
Raw
1interface Foo {
2 foo Foo
3}
4