Bruno Cardoso Lopes | 970b281 | 2018-03-20 22:36:39 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t.cache |
2 | // RUN: %clang_cc1 -fmodules-cache-path=%t.cache -fmodules -fimplicit-module-maps -F %S/Inputs/bad-private-include %s -verify | ||||
3 | |||||
4 | // expected-no-diagnostics | ||||
5 | |||||
6 | @import Bad; |