2944024f603e94b6c772f0cead639779f4da8c0d
[cparser] / parsetest / shouldfail / paramerror.c
1 int func(int)
2 {
3         return 0;
4 }