ref: 2181f5b6f64769cc57b8a9872d5f89f0493eb5d0
dir: /cc1/tests/test028.c/
/*
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");
}