shithub: scc

ref: 2ba7f352c6989b51f15ea72f8b819e739f3ce1e4
dir: /cc1/tests/test028.c/

View raw version

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


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

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