int main(int argc, char ** argv) { int v = something; int w = something_else; int x = 4/0; #define MM w[10] int y = MM; return "abc"; }