Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -E %s |
Lauro Ramos Venancio | 0184cc7 | 2008-02-25 19:03:15 +0000 | [diff] [blame] | 2 | |
3 | #define test | ||||
4 | #include "pr2086.h" | ||||
5 | #define test | ||||
6 | #include "pr2086.h" | ||||
7 | |||||
8 | #ifdef test | ||||
9 | #error | ||||
10 | #endif | ||||
11 |