1 | // RUN: rm -rf %t.mcp |
---|---|
2 | // RUN: %clang_cc1 -fmodules-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/Inputs/working-dir-test %s -verify |
3 | // expected-no-diagnostics |
4 | |
5 | @import Test; |
6 | |
7 | void foo() { |
8 | test_me_call(); |
9 | } |
10 |