blob: 806742fc9b5d4975c9cf76896876a77b56a26dc2 [file] [log] [blame]
int foo (char ch, int i, float f, void * p, void (*bar_ptr)(int)) {
return 0;
}