Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

strip-underscore-default.test
UNSUPPORTED: system-darwin

## Show that on non-darwin systems, the default is to strip the leading
## underscore.

RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
CHECK: __Z1fv
CHECK: ba()