vxx2 / vlib / v / checker / tests / sync_stdatomic_compile_err.vv
3 lines · 2 sloc · 57 bytes · 7b8c9fb71577274276f4e35d5615f5e34315a7e8
Raw
1import sync.stdatomic {new_atomic}
2
3_ := new_atomic(`1`)
4