1declare void @analias() 2 3define void @callanalias() #0 { 4entry: 5 call void @analias() 6 ret void 7} 8