mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
6 lines
36 B
C
6 lines
36 B
C
|
int
|
||
|
foo (int x)
|
||
|
{
|
||
|
return x * 4;
|
||
|
}
|