mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 21:57:41 +01:00
12 lines
64 B
C
12 lines
64 B
C
int
|
|
foo (void)
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return -1;
|
|
}
|