3 /* Regression test for stringizing and token pasting.
4 We got internal escape markers in the strings. */
13 static const char s1
[] = S(I
.1);
14 static const char t1
[] = "1.1";
18 static const char s2
[] = S( f(1)(2) );
19 static const char t2
[] = "1+h(2)";