v/vlib/builtin/int_test.v

8 lines
56 B
Go
Raw Normal View History

2019-08-04 09:16:44 +02:00
const (
a = 3
)
fn test_const() {
assert a == 3
}