blob: 8d2ab01cb9beca08dcce410fd81aeb01e2adc686 [file] [log] [blame]
int foo();
int main(void)
{
return foo();
}