blob: 047e0b8e95f9d747c8544c1706195a18e3f33caa [file] [log] [blame]
/* RUN: clang-cc -fsyntax-only -verify %s
*/
# define XRECORD(x, c_name) e##c (x, __LINE__)
void x() {
XRECORD (XRECORD (1, 1), 1);
}