1 ; RUN: opt < %s -passes=inline,function-attrs,reassociate -S | FileCheck %s
6 define internal i16 @func1() noinline #0 {
10 define void @main(i16 %argc, ptr %argv) #0 {
11 %_tmp0 = call i16 @func1()
12 %_tmp2 = zext i16 %_tmp0 to i32
15 attributes #0 = { minsize nounwind optsize }