ref: 7f8b4f86e59164d4b18f3a4285ca6d801522c77c
dir: /cc1/tests/test028.c/
/*
name: TEST028
description: Test of reinterpretation in define
error:
output:
G6 P F "foo
{
\
V8 K #N3
Y10 V8 " (
#"hi
#K00
)
h Y10 'P
}
*/
#define M(x) x
#define A(a,b) a(b)
char *
foo(void)
{
return A(M,"hi");
}