v/vlib/builtin/int_test.v
2019-08-04 09:18:16 +02:00

7 lines
56 B
Go

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