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
ff83998e31
llvm-project
/
clang
/
test
/
Sema
/
carbon.c
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Rename stats to print-stats to avoid conflicting with llvm's stats statistic when clang is built as a dylib. llvm-svn: 45441
2007-12-30 09:38:50 +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