mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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 */
|