Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// RUN: %clang_cc1 -fmodules -fmodule-name=Foo -I %S/Inputs/autoload-subdirectory/ %s -verify // expected-no-diagnostics #include "a.h" #import "c.h" int main() { foo neko; return 0; }