Clang Project

clang_source_code/test/Modules/pr27699.cpp
1// RUN: rm -rf %t
2// RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR27699 -verify %s
3// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27699/module.modulemap -fmodules-cache-path=%t -fmodules-local-submodule-visibility -I%S/Inputs/PR27699 -verify %s
4
5#include "Subdir/a.h"
6#include "Subdir/b.h"
7
8// expected-no-diagnostics
9
10