mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Update to constdef
This commit is contained in:
committed by
Christoffer Lerno
parent
0387d7666d
commit
5a82f672b5
@@ -5,7 +5,7 @@ struct Bar
|
||||
uint x, y, z;
|
||||
}
|
||||
|
||||
const enum Foo : inline Bar
|
||||
constdef Foo : inline Bar
|
||||
{
|
||||
X = {1, 0, 0},
|
||||
Y = {0, 1, 0},
|
||||
|
||||
Reference in New Issue
Block a user