Files
c3c/test/test_suite/enumerations/recursive_const_enum.c3
Christoffer Lerno 5a82f672b5 Update to constdef
2026-02-20 01:13:20 +01:00

10 lines
126 B
Plaintext

module main;
faultdef F;
constdef Foo : fault
{
F = F // #error: Recursive resolution of expression
}
fn void main() {}