mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +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;
|
|
}
|