ref: b79fb78e5800e18978ed22288e8ad3bf6702cf0d
dir: /cc1/tests/test001.c/
/* name: TEST001 description: Basic hello world test error: output: F3 I P E X4 F3 printf F5 I G6 F5 main { \ X4 "68656C6C6F20776F726C640A00 'P pP cI r #I0 } */ #include <stdio.h> int main(void) { printf("hello world\n"); return 0; }