afcc79e03bf8c2ea224b8212caaf753feaa74b9f
[cparser] / shouldfail / cp_error002.c
1 void bi_windup(int k);
2
3 void bi_windup();
4
5 void bi_windup() {
6 }
7
8 int main(void)
9 {
10         return 0;
11 }