commit | d7601d3e1d8d5d5dfef8ed8131cb0cb5d4dfb7b2 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Aug 23 22:21:00 2008 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Aug 23 22:21:00 2008 +0000 |
tree | 86abb98ac50368d11570fd8002db4f8de7907bdf | |
parent | 8930fb53fbd10cba76d5646d48dfdf8ddce38759 [diff] [blame] |
Add carbon.cpp and cocoa.mm tests git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55262 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaCXX/carbon.cpp b/test/SemaCXX/carbon.cpp new file mode 100644 index 0000000..9c9c378 --- /dev/null +++ b/test/SemaCXX/carbon.cpp
@@ -0,0 +1,5 @@ +// RUN: clang %s -fsyntax-only -print-stats +#ifdef __APPLE__ +#include <Carbon/Carbon.h> +#endif +