blob: 5ea71171cfa2c0990c838327dda9723610f1c55c [file] [log] [blame]
extern int test (int);
int
test (int a)
{
return a + a;
}