llvm-for-llvmta/tools/clang/test/Modules/bad-private-include.m

7 lines
192 B
Mathematica

// RUN: rm -rf %t.cache
// RUN: %clang_cc1 -fmodules-cache-path=%t.cache -fmodules -fimplicit-module-maps -F %S/Inputs/bad-private-include %s -verify
// expected-no-diagnostics
@import Bad;