blob: 62df6971626af8be9ae23154b05e3eded359f6d0 [file] [log] [blame]
extern int foo (void);
int
foo (void)
{
return 42;
}