blob: 046022c55d7c55164d67e908b029648cfcc00220 [file] [log] [blame]
#include <stdio.h>
int
foo (int x)
{
puts ("foo");
return x * 2;
}