6 lines
36 B
C
Raw Normal View History

2012-01-05 23:13:27 +01:00
int
foo (int x)
{
return x * 4;
}