mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
http://llvm.org/svn/llvm-project/cfe/branches/release_28@114020 Approved by: rpaulo (mentor)
8 lines
142 B
C
8 lines
142 B
C
// RUN: %clang_cc1 -E -dD %s | FileCheck %s
|
|
// PR7818
|
|
|
|
// CHECK: # 1 "{{.+}}.c"
|
|
#define X 3
|
|
// CHECK: #define X 3
|
|
#undef X
|
|
// CHECK: #undef X
|