* add p cc
[mascara-docs.git] / compilers / pcc / pcc-1.0.0 / cc / cpp / tests / test13
blob51e2385dc308fec66aa4902d21ada60896c75269
2 #define UL long, foo
3 #define D(I,F) I
4 #define E(I) D(I)
5 E(UL)
7 #define FOO 1
9 #if (FOO == 1)
11 #endif /* FOO */