mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: fix const_embed_test.v error
This commit is contained in:
@@ -1853,6 +1853,9 @@ fn (var g Gen) const_decl(node ast.ConstDecl) {
|
||||
ast.CharLiteral {
|
||||
g.const_decl_simple_define(name, val)
|
||||
}
|
||||
ast.FloatLiteral {
|
||||
g.const_decl_simple_define(name, val)
|
||||
}
|
||||
ast.IntegerLiteral {
|
||||
g.const_decl_simple_define(name, val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user