brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · e12b280 Raw
7 lines · plain
1// RUN: rm -rf %t.cache2// RUN: %clang_cc1 -fmodules-cache-path=%t.cache -fmodules -fimplicit-module-maps -F %S/Inputs/bad-private-include %s -verify3 4// expected-no-diagnostics5 6@import Bad;7