mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- New const enum declaration syntax.
- New enum associated value syntax.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// #target: macos-x64
|
||||
module boom;
|
||||
enum Boom: int (String a) {
|
||||
BOOM = {0}
|
||||
BOOM {{0}}
|
||||
}
|
||||
|
||||
module app;
|
||||
|
||||
Reference in New Issue
Block a user