Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s ; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s .code t1 PROC ret t1 ENDP ; CHECK: t1: ; CHECK: ret END