summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor/data/identifier-expansion.5.cpp
blob: eca3cb1dda8d741114619458abf7337321e4ccf8 (plain)
1
2
3
4
5
6
7
8
#define FOOBAR

#ifdef FOO

class FOOBAR Zoo {
};

#endif