mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
10 lines
65 B
C
10 lines
65 B
C
|
#pragma weak bar
|
||
|
|
||
|
extern void bar ();
|
||
|
|
||
|
void
|
||
|
foo ()
|
||
|
{
|
||
|
bar ();
|
||
|
}
|