shithub: scc

ref: f95956fa753b147c2e78b1659f1c55ac8a0e50e6
dir: /cc1/tests/test027.c/

View raw version

/*
name: TEST027
description: Test of cpp stringizer
error:

output:
F2	I
G3	F2	main
{
\
A5	P	p
	A5	"68656C6C6F20697320626574746572207468616E2062796500	'P	:P
	r	A5	@K	gI
}

*/

#define x(y) #y

int
main(void)
{
	char *p;
	p = x(hello)  " is better than bye";

	return *p;
}