brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · d2de9bd Raw
10 lines · plain
1// RUN: rm -rf %t.mcp2// RUN: %clang_cc1 -fmodules-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/Inputs/working-dir-test %s -verify3// expected-no-diagnostics4 5@import Test;6 7void foo(void) {8  test_me_call();9}10