[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / Linker / Inputs / alias.ll
blobd4a734f5825112761320e18cac6e1f94dc1db9b8
1 @zed = global i32 42
2 @foo = alias i32, i32* @zed
3 @foo2 = alias i16, bitcast (i32* @zed to i16*)