hanchenye-llvm-project/clang/test/Preprocessor/pr2086.c

12 lines
118 B
C
Raw Normal View History

// RUN: clang-cc -E %s
2008-02-26 03:03:15 +08:00
#define test
#include "pr2086.h"
#define test
#include "pr2086.h"
#ifdef test
#error
#endif