1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin/int_test.v
2019-08-04 09:18:16 +02:00

8 lines
56 B
Go

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