Import upstream sources.
[cparse] / tests / fail-no-declaration-list-on-new-functions.c
1 /* new-style functions do not allow a declaration list */
2
3 int fn(char c)
4 char c;
5 {
6 }