Files
c3c/test/test_suite/errors/error_union.c3
2021-11-16 17:46:44 +01:00

11 lines
78 B
C

module foo;
errtype Blurg
{
X, Y, Z
}
fn void main()
{
anyerr foo;
}