modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/example-6.10.3.5-9.h.expect (about) 1 2 3 4 fprintf(stderr, "Flag"); 5 fprintf(stderr, "X = %d\n", x); 6 puts("The first, second, and third items."); 7 ((x>y)?puts("x>y"): printf("x is %d but y is %d", x, y));