repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
dump-macros-undef.c
blob
358fd17e468d616c3e34cdae97fef185dddca86d
1
// RUN: %clang_cc1 -E -dD %s | FileCheck %s
2
// PR7818
3
4
// CHECK: # 1 "{{.+}}.c"
5
#define X 3
6
// CHECK: #define X 3
7
#undef X
8
// CHECK: #undef X