ref: 742a008857ece4651a448d49954a08383dc714fc
dir: /cc1/tests/test001.c/
/* name: TEST001 description: Basic hello world test output: F3 P X1 F3 printf F1 G2 F1 main { \ X1 "68656C6C6F20776F726C640A 'P pP cI r #I0 } */ int printf(char *fmt); int main(void) { printf("hello world\n"); return 0; }