fb1511a29d71cee070fb18157e63270b75c9facf
[cparser] / shouldfail / cp_error003.c
1 typedef int (functype) (int a);
2
3 functype blo
4 {
5         return a;
6 }