summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/pr2086.c
blob: 4df65a4f7c67e14e21b14041da34d22e02237215 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: clang-cc -E %s

#define test
#include "pr2086.h"
#define test
#include "pr2086.h"

#ifdef test
#error
#endif

OpenPOWER on IntegriCloud