1@X = external global i32 2 3declare i32 @foo() 4 5define void @bar() {6 load i32, ptr @X7 call i32 @foo()8 ret void9}10 11