Files
qt-creator/tests/auto/cplusplus/preprocessor/data/poundpound.1.out.cpp
hjk 2521d7d6e4 preprocessor: add (failing) test for concatenation
Change-Id: I9d51798cb4d95141d30b0609d03cd1d199088f0a
Reviewed-by: hjk <qthjk@ovi.com>
2012-04-27 17:25:30 +02:00

9 lines
153 B
C++

# 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;