6_5_59_sizeof_no_eval.c (84B)
1 int test_main(void) { 2 int x = 0; 3 (void)sizeof(x++); 4 return x == 0 ? 42 : 0; 5 }