Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

subdirectory-module-maps-working-dir.m
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t \
// RUN:    -working-directory %S/Inputs \
// RUN:    -I subdirectory-module-maps-working-dir \
// RUN:    %s -Werror=implicit-function-declaration -Xclang -verify

@import ModuleInSubdir;

void foo(void) {
  int x = bar();
}

// expected-no-diagnostics