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