llvm-for-llvmta/tools/clang/test/Modules/bad-private-include.m
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

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;