File size: 57 Bytes
47993d5
 
 
 
 
 
1
2
3
4
5
6
7
int foo(void);

int main(void)
{
  return foo();
}