Files
c3c/test/test_suite/errors/error_decl_ok.c3
Christoffer Lerno 322d714305 Dev (#404)
Remove 'errtype' name and reduce Expr / TypeInfo memory footprint.
2022-03-08 23:38:27 +01:00

20 lines
113 B
C

module errors;
optenum TheError
{
A
}
optenum TheError2
{
A,
B
}
optenum TheError3
{
C, D
}