beta.ll 128 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 declare dllimport void @f() local_unnamed_addr define void @g() local_unnamed_addr { entry: tail call void @f() ret void }