blob: 1d7c87bfbf067e449a572016330c80486a3d1ca6 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001/* RUN: %clang_cc1 -fsyntax-only -verify %s
Eli Friedmanee29c9c2008-09-02 05:29:22 +00002 */
3# define XRECORD(x, c_name) e##c (x, __LINE__)
4
5
6
7
8
9
10 void x() {
11
12XRECORD (XRECORD (1, 1), 1);
13 }