mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
4 lines
82 B
C
4 lines
82 B
C
|
int foo (char ch, int i, float f, void * p, void (*bar_ptr)(int)) {
|
||
|
return 0;
|
||
|
}
|