Vassil Vassilev | 462a532 | 2016-07-22 20:49:31 +0000 | [diff] [blame] | 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 |