This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
b68fe25e3e
llvm-project
/
clang
/
test
/
Sema
/
carbon.c
6 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. llvm-svn: 132691
2011-06-07 05:23:05 +08:00
// RUN: %clang_cc1 %s -print-stats
make sure we don't lose the ability to parse carbon.h llvm-svn: 40759
2007-08-03 05:40:29 +08:00
#
ifdef __APPLE__
#
include
<Carbon/Carbon.h>
#
endif