mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-14 17:57:39 +01:00
8 lines
55 B
C
8 lines
55 B
C
extern void bar (void);
|
|
|
|
void
|
|
foo (void)
|
|
{
|
|
bar ();
|
|
}
|