forked from qt-creator/qt-creator
preprocessor: add (failing) test for concatenation
Change-Id: I9d51798cb4d95141d30b0609d03cd1d199088f0a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 1 "data/poundpound.1.cpp"
|
||||
struct QQ {};
|
||||
#gen true
|
||||
# 3 "data/poundpound.1.cpp"
|
||||
typedef QQ PPCC;
|
||||
#gen false
|
||||
# 7 "data/poundpound.1.cpp"
|
||||
typedef PPCC RR;
|
||||
Reference in New Issue
Block a user