xref: /netbsd-src/external/bsd/tradcpp/dist/tests/t33.c (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
1 /* make sure that R gets defined and doesn't end up part of a string */
2 #define Q "
3 #define R r
4 #define S "
5 R
6 Q
7