mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
1e4d1b4311
Ensured check on parameter lists without types in non-definition declarations.
2 lines
35 B
C
2 lines
35 B
C
int f(a); /* Should be an error */
|