]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/umbrella-header-include-builtin.mm
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Modules / umbrella-header-include-builtin.mm
1 // REQUIRES: system-darwin
2
3 // RUN: rm -rf %t
4 // 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
5
6 #include <A/A.h>