mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
7 lines
192 B
Mathematica
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;
|