mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +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;
|
||
|
}
|