Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

ml32-context.asm
; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s

.386p
.model flat

.code
mov eax, eax
end

; CHECK-NOT: 386p
; CHECK-NOT: model
; CHECK-NOT: flat