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
/
Frontend
/
rewrite-includes-warnings.c
blob
d955f86f826a8a138cc9a6b75a50d5553c39e4a7
1
// RUN: %clang_cc1 -verify -Wall -Wextra -Wunused-macros -E -frewrite-includes %s
2
// expected-no-diagnostics
3
4
#pragma GCC visibility push (default)
5
6
#define USED_MACRO 1
7
int
test
() {
return
USED_MACRO
; }