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-cplusplus.cpp
// REQUIRES: x86-registered-target
// RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only

#if __cplusplus != 201703L
#error DriverKit should be on C++17.
#endif

int main() { return 0; }