mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
11 lines
118 B
C
11 lines
118 B
C
// RUN: clang-cc -E %s
|
|
|
|
#define test
|
|
#include "pr2086.h"
|
|
#define test
|
|
#include "pr2086.h"
|
|
|
|
#ifdef test
|
|
#error
|
|
#endif
|
|
|