Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2008-07-06-AliasFnDecl2.ll
; This file is used by 2008-07-06-AliasFnDecl2.ll
; RUN: true

define void @c() nounwind  {
entry:
	call void @b( ) nounwind 
	br label %return

return:
	ret void
}

declare void @b()