blob: 047e0b8e95f9d747c8544c1706195a18e3f33caa [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001/* RUN: clang-cc -fsyntax-only -verify %s
Eli Friedman6f7adbd2008-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 }