1 ; RUN: opt < %s -inline -functionattrs -reassociate -S | FileCheck %s
7 define internal i16 @func1() noinline #0 {
11 define void @main(i16 %argc, i16** %argv) #0 {
12 %_tmp0 = call i16 @func1()
13 %_tmp2 = zext i16 %_tmp0 to i32
16 attributes #0 = { minsize nounwind optsize }