vxx2 / vlib / v / checker / tests / go_expr.vv
3 lines · 3 sloc · 23 bytes · 2d8f160ef13dd0912f319fcc07106ba3cbc2099b
Raw
1fn main() {
2 spawn 1
3}
4