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
e84858ccf9
llvm-project
/
clang
/
test
/
Sema
/
carbon.c
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Temporarily revert r61956 and r61957 (PTH tests failing). llvm-svn: 61960
2009-01-09 08:27:29 +08:00
// RUN: clang %s -fsyntax-only -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