mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 12:17:55 +01:00
9 lines
88 B
C
9 lines
88 B
C
#include <stdio.h>
|
|
|
|
__attribute__ ((weak))
|
|
void
|
|
foo (void)
|
|
{
|
|
printf ("pr19553d\n");
|
|
}
|