annotate clang/test/Modules/working-dir-flag.m @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: rm -rf %t.mcp
anatofuz
parents:
diff changeset
2 // RUN: %clang_cc1 -fmodules-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/Inputs/working-dir-test %s -verify
anatofuz
parents:
diff changeset
3 // expected-no-diagnostics
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 @import Test;
anatofuz
parents:
diff changeset
6
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
7 void foo(void) {
150
anatofuz
parents:
diff changeset
8 test_me_call();
anatofuz
parents:
diff changeset
9 }