added test related to pr #1135
This commit is contained in:
parent
6d8860b9de
commit
2663561c62
1 changed files with 8 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Reference in a new issue