v/vlib/builtin/int_test.v

8 lines
56 B
Go

const (
a = 3
)
fn test_const() {
assert a == 3
}