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