blob: a652ccfc91d0f8fb895912d9c8d4fa1b53a916ce [file] [log] [blame] [edit]
int f();
int main(int argc, char* argv[])
{
return f();
}