int main(int argc, char *argv[]) { int two, retcode; two = 2; retcode = two + 2; return retcode; }