mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
constdef MyEnum
|
|
{
|
|
VAL1 = VAL3, // #error: Unable to properly resolve constdef value, this can sometimes happen in recursive definitions
|
|
VAL2 ,
|
|
VAL3
|
|
}
|
|
|
|
fn int main()
|
|
{
|
|
return 0;
|
|
} |