/* trouble program * * returns 0 */ int main( int argc, /* This is argc */ char **argv /* This is argv */ ) { exit(0); }