1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/test/err/bug2312-pperror-only.c

9 lines
94 B
C
Raw Normal View History

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