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
/
iframework.c
blob
2354553fa094502dfe29d5f4a268c2cb847de27f
1
// RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
2
// RUN: %clang -fsyntax-only -isysroot %S -iframeworkwithsysroot /Inputs %s -Xclang -verify
3
// expected-no-diagnostics
4
5
#include <TestFramework/TestFramework.h>