shithub: scc

ref: e9673ae0c19b8dfc8df20080c7b3fc5a7208e7d8
dir: /cc1/tests/test001.c/

View raw version
/*
name: TEST001
description: Basic hello world test
error:
output:
G6	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;
}