preprocessor: add (failing) test for concatenation

Change-Id: I9d51798cb4d95141d30b0609d03cd1d199088f0a
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-27 17:11:48 +02:00
committed by hjk
parent 051c33517f
commit 2521d7d6e4
3 changed files with 17 additions and 0 deletions

View File

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