ctors2.ll 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @bar, i8* null }] define void @bar() { ret void }