mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
added test related to pr #1135
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
void f(void) {}
|
||||
void f(int); /* Should fail */
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user