1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/atomic_blank_ident_err.out
2023-05-08 01:26:36 +02:00

5 lines
129 B
Plaintext

vlib/v/parser/tests/atomic_blank_ident_err.vv:1:1: error: cannot use `atomic` on `_`
1 | atomic _ = 3
| ~~~~~~
2 |