added test related to issue #1145
This commit is contained in:
parent
cf41fccc0a
commit
6d8860b9de
1 changed files with 13 additions and 0 deletions
13
test/err/bug1145.c
Normal file
13
test/err/bug1145.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
/* bug #1145 - Internal error with function type object */
|
||||
|
||||
void f()
|
||||
{
|
||||
f = 0; /* internal error */
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
f();
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue