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:
@@ -48,7 +48,7 @@ const(
|
||||
u32(1000000000),
|
||||
u32(10000000000),
|
||||
u32(100000000000),
|
||||
]
|
||||
]!!
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user