shithub: scc

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

View raw version

/*
name: TEST028
description: Test of reinterpretation in define
error:

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");
}