blob: 60caa4274389586323ef8b4774ff2fefbbde19e9 [file] [log] [blame]
Chris Lattner01ecf832006-07-19 05:42:48 +00001// RUN: clang -Eonly %s 2>&1 | grep error
2// pasting ""x"" and ""+"" does not give a valid preprocessing token
3#define XYZ x ## +
4XYZ
5