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
c7dc70709c
llvm-project
/
clang
/
test
/
Sema
/
carbon.c
6 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
Second try at fixing this test, this time without breaking 32-bit Darwin builders. llvm-svn: 132694
2011-06-07 06:25:48 +08:00
// RUN: %clang -fsyntax-only %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