blob: 134d54f610e0e493e9f6c329a138e62b8305fa31 [file] [log] [blame]
int f0(int i);
int main(int argc, char** argv)
{
f0(argc);
return 0;
}