summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor/data/empty-macro.cpp
blob: b86fccb7b9decc1d28f3a61a65cf66c87bace5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define EMPTY_MACRO

class EMPTY_MACRO Foo {
};

class EMPTY_MACRO    Foo2 {
};

class       EMPTY_MACRO Foo3 {
};

class       EMPTY_MACRO    Foo3 {
};