shithub: scc

ref: a1815ba111ef7531c60c1a2e4eaeb9351e0ba791
dir: /cc1/tests/test028.c/

View raw version

/*
name: TEST028
description: Test of reinterpretation in define
error:
output:
G6	F	"foo
{
\
V8	K	#N3
Y10	V8	"	(
	#"hi
	#K00
)
	r	Y10	'P
}
*/


#define M(x) x
#define A(a,b) a(b)

char *
foo(void)
{
	return A(M,"hi");
}