| 1 | vlib/v/checker/tests/with_check_option/empty_global_const.vv:5:1: error: use `v -enable-globals ...` to enable globals |
| 2 | 3 | const buf_len = 256 |
| 3 | 4 | |
| 4 | 5 | __global not_used_in_code_but_helps_triggering = u64(-1) |
| 5 | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 6 | 6 | |
| 7 | 7 | struct Buffer { |
| 8 |