v/vlib/v/fmt/tests/global_keep.vv

11 lines
112 B
V

__global x = bool(true)
__global y f32
__global ()
__global (
spam string
foo = int(5)
)
__global (
a int
)