Sign in
fuchsia
/
third_party
/
swift-clang
/
4deb154edccff8545d801c567628464082e7aeb9
/
.
/
test
/
Modules
/
working-dir-flag.m
blob: 0e258c0d2feb704b25242ba9fa174f1717aff17e [
file
] [
log
] [
blame
]
// 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
();
}