Files
c3c/test/test_suite/errors/error_decl_fails.c3
2021-07-18 14:11:39 +02:00

12 lines
128 B
Plaintext

module foo;
errtype TheError
{
union // #error: A type name was expected here
{
int a;
int b;
}
}