ref: 3650d591bcf2c9e4584b12228dd9f2c6f6145b8a
dir: /cc1/tests/test001.c/
/*
name: TEST001
description: Basic hello world test
error:
output:
G6 I F "main
{
\
V8 K #N13
Y7 V8 " (
#"hello world
#K0A
#K00
)
X4 Y7 'P pP cI
h #I0
}
*/
#include <stdio.h>
int
main(void)
{
printf("hello world\n");
return 0;
}