Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

ast-dump-undeduced-expr.cpp
// RUN: not %clang_cc1 -triple x86_64-unknown-unknown -ast-dump %s | FileCheck %s

struct Foo {
  static constexpr auto Bar = ;
};

// CHECK: -VarDecl {{.*}} invalid Bar 'const auto' static constexpr