mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Bug #1113 was fixed long ago.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
/* bug #1113 - Compiler crashes when calling functions "redefined" as other types */
|
||||
|
||||
void f() {}
|
||||
|
||||
int f;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
f();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user