Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

ms-inline-asm-invalid-arch.c
// RUN: %clang_cc1 %s -triple powerpc64-unknown-linux-gnu -fasm-blocks -verify -fsyntax-only

void f(void) {
  __asm nop // expected-error {{unsupported architecture 'powerpc64' for MS-style inline assembly}}
}