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

8 lines
56 B
Go
Raw Normal View History

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