Files
c3c/resources/tests/error_decl_ok.c3

13 lines
111 B
Plaintext

module errors;
error TheError
{
FOO_MISSING,
NO_SUCH_FILE,
}
error OtherError
{
BAR_OVERFLOWED
}