ref: 4343d4491f8251b0af5065d3898a2dc7cf8abf2f
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 y #I0 } */ int printf(char *fmt); int main(void) { printf("hello world\n"); return 0; }