1 @X = global i32 5 2 @U = global i32 6 3 define i32 @foo() { ret i32 7 } 4 define i32 @unused() { ret i32 8 } 5