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
/
Integration
/
carbon.c
blob
3cae391226851c706ed107469636c905c76b8dc7
1
// RUN: %clang -fsyntax-only %s
2
// REQUIRES: macos-sdk-10.12
3
#ifdef __APPLE__
4
#include <Carbon/Carbon.h>
5
#endif