Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

aggregate-return-single-value.ll
; RUN: llvm-as < %s | llvm-dis
; RUN: verify-uselistorder %s

define { i32 } @foob() nounwind {
  ret {i32}{ i32 0 }
}
define [1 x i32] @food() nounwind {
  ret [1 x i32][ i32 0 ]
}