Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mips64-f128-literal.c
// RUN: %clang -target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s

typedef long double LD;

// CHECK: ret fp128

LD foo0(void) {
  return 2.625L;
}