mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
4 lines
126 B
C
4 lines
126 B
C
|
/* Bug #2301 - Function parameter list with an extra trailing comma should not compile */
|
||
|
|
||
|
int foo(int a,); /* Should fail */
|