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