mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
added test related to issue #1145
This commit is contained in:
parent
cf41fccc0a
commit
6d8860b9de
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…
Reference in New Issue
Block a user