v/vlib/v/checker/tests/globals/unknown_typ.vv

5 lines
44 B
V

__global x foo
__global (
y = float(5.0)
)