v2 / vlib / v / checker / tests / with_check_option / empty_global_const.out
7 lines · 7 sloc · 319 bytes · 3702796f9d818a61a5b503161335e5b6ba613a12
Raw
1vlib/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