aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/umbrella-header-include-builtin.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/umbrella-header-include-builtin.mm')
-rw-r--r--test/Modules/umbrella-header-include-builtin.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/umbrella-header-include-builtin.mm b/test/Modules/umbrella-header-include-builtin.mm
new file mode 100644
index 000000000000..75b9c905ff00
--- /dev/null
+++ b/test/Modules/umbrella-header-include-builtin.mm
@@ -0,0 +1,6 @@
+// REQUIRES: system-darwin
+
+// 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>