Home | History | Annotate | Download | only in Inputs
      1 @v = weak global i8 1
      2 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @foo, i8* @v}]
      3 
      4 define void @foo() {
      5   ret void
      6 }
      7