mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
added test related to issue #1145
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user