1declare dllimport void @f() local_unnamed_addr 2 3define void @g() local_unnamed_addr { 4entry: 5 tail call void @f() 6 ret void 7} 8