mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
9 lines
94 B
C
9 lines
94 B
C
|
/* Bug #2312 */
|
||
|
|
||
|
#error "Compiler should exit with failure"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|