2016-02-10 18:58:24 +01:00

12 lines
64 B
C

int
foo (void)
{
return 1;
}
int
bar (void)
{
return -1;
}