mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 02:07:42 +01:00
7 lines
73 B
C
7 lines
73 B
C
|
void foo (void (*bar)(void));
|
||
|
|
||
|
void foo (void (*bar)(void))
|
||
|
{
|
||
|
bar();
|
||
|
}
|