1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

_vinit: use static initialization of large const []number

This commit is contained in:
Delyan Angelov
2020-06-12 09:41:25 +03:00
parent 0845a9b7c3
commit b306c04e99
6 changed files with 14 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ const(
u32(1000000000),
u32(10000000000),
u32(100000000000),
]
]!!
)
/*