ref: 138e890629e9b4059e62fd6111be6ec01afb97ec
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;
}