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