mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
added regression test related to bug #1001
This commit is contained in:
parent
90a2edcfa2
commit
a2bbb6f1be
10
test/err/bug1001.c
Normal file
10
test/err/bug1001.c
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
/* https://github.com/cc65/cc65/issues/1001 */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("test",); /* should be an error */
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user