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