Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

driverkit-version-min.c
// REQUIRES: x86-registered-target
// RUN: %clang -target x86_64-apple-driverkit19.0 -S -o - %s | FileCheck %s

int main() { return 0; }
// CHECK: .build_version driverkit, 19, 0