cc65/test/err/bug2312-pperror-only.c

9 lines
94 B
C

/* Bug #2312 */
#error "Compiler should exit with failure"
int main(void)
{
return 0;
}