Fixed cc65 exitcode when there are only preprocessor errors.
This commit is contained in:
8
test/err/bug2312-pperror-only.c
Normal file
8
test/err/bug2312-pperror-only.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Bug #2312 */
|
||||
|
||||
#error "Compiler should exit with failure"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user