summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/umbrella-header-include-builtin.mm
blob: 75b9c905ff001b690c2b31c74e6ba4ef4b5a4aed (plain)
1
2
3
4
5
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>
OpenPOWER on IntegriCloud