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