2012-01-06 00:20:08 +01:00

6 lines
36 B
C

int
foo (int x)
{
return x * 4;
}