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