blob: 4b2e7191fed8ec7c26e9a6f53ff8edb8b9677ce0 [file] [log] [blame]
int foo (int);
int main()
{
return foo (0);
}