mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +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 */
|