1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00
cc65/test/err/bug2301-trailing-coma-1.c

4 lines
126 B
C
Raw Permalink Normal View History

/* Bug #2301 - Function parameter list with an extra trailing comma should not compile */
int foo(int a,); /* Should fail */