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