blob: ddf2c166cdda86ecfec881a0007bff75820cd3ed [file] [log] [blame]
Lauro Ramos Venancio0184cc72008-02-25 19:03:15 +00001// RUN: clang -E %s
2
3#define test
4#include "pr2086.h"
5#define test
6#include "pr2086.h"
7
8#ifdef test
9#error
10#endif
11