mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
module foo;
|
|
|
|
|
|
|
|
error TheError
|
|
{
|
|
union // #error: A type name was expected here
|
|
{
|
|
int a;
|
|
int b;
|
|
}
|
|
} |