- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / paramerror.c
1 int func(int)
2 {
3         return 0;
4 }