Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

cxx20-module-part-1a.cpp
// RUN: %clang_cc1 -std=c++20 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
export module Foo:inter;

// CHECK-DAG: @_ZW3Foo4Frobv(
export void Frob() {
}