Files
c3c/test/test_suite/errors/error_semantic_fails.c3

6 lines
82 B
C

optenum Repeater
{
A,
A // #error: This opt constant is declared twice.
}