summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/umbrella-header-include-builtin.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/umbrella-header-include-builtin.mm')
-rw-r--r--clang/test/Modules/umbrella-header-include-builtin.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/umbrella-header-include-builtin.mm b/clang/test/Modules/umbrella-header-include-builtin.mm
new file mode 100644
index 00000000000..09e1cf98e89
--- /dev/null
+++ b/clang/test/Modules/umbrella-header-include-builtin.mm
@@ -0,0 +1,4 @@
+// RUN: rm -rf %t
+// RUN: %clang -cc1 -fsyntax-only -nostdinc++ -isysroot %S/Inputs/libc-libcxx/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -F%S/Inputs/libc-libcxx/sysroot/Frameworks -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c++ %s
+
+#include <A/A.h>
OpenPOWER on IntegriCloud