blob: dabb61f4f1c3d5553731b900641f4b554ed7b1d1 [file] [log] [blame]
int main(int argc, char**)
{
typeof(argc) ret = 0;
return ret;
}