blob: d4d1e4b93781fb7d658b980dc0b911e98a0f5fdd [file]
int f();
int main()
{
return f();
}