Home | History | Annotate | Download | only in Inputs
      1 
      2 @foo = weak alias i32 (...), bitcast (i32 ()* @foo1 to i32 (...)*)
      3 
      4 define i32 @foo1() {
      5     ret i32 42
      6 }