1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
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;
}