cc65/test/err/bug2301-trailing-coma-1.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 */