Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

nss-recovery.cpp
// RUN: %clang_cc1 -fsyntax-only -verify %s

// There should be no extra errors about missing 'typename' keywords.
void f() {
  decltype(undef())::Type T; // expected-error {{use of undeclared identifier}}
}