mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
added test related to pr #1135
This commit is contained in:
8
test/err/pr1135.c
Normal file
8
test/err/pr1135.c
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
void f(void) {}
|
||||
void f(int); /* Should fail */
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user