Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

multi-char-constants.c
// RUN: %clang_cc1 -fsyntax-only -verify -Wfour-char-constants -pedantic-errors %s

int x = 'ab'; // expected-warning {{multi-character character constant}}
int y = 'abcd'; // expected-warning {{multi-character character constant}}