Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

attr-target-ast.c
// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s

int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; }
// CHECK-NOT: arch=hiss
// CHECK-NOT: arch=woof