if.c -- more complex example main(void) { int a = 1; if (a) printf("True!\n"); } AST - next slide