1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/keyword_escaping_test.v
2022-03-21 11:00:30 +02:00

12 lines
131 B
V

fn test_escapes() {
@if := 0
@for := 0
auto := 0
calloc := 0
stdout := 0
signed := 0
@true := 0
@false := 0
assert true
}