shithub: scc

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

View raw version

/*
name: TEST028
description: Test of reinterpretation in define
output:
F5	P
G6	F5	foo
{
\
	r	"6869	'P
}
*/


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

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