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