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
e8d060dba9
llvm-project
/
clang
/
test
/
Sema
/
carbon.c
5 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
Don't pass -print-stats to the driver, it is a -cc1 option only. llvm-svn: 191376
2013-09-25 23:21:56 +08:00
// RUN: %clang -fsyntax-only %s
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