f379476e76540716f9d914b402876781926d2bc5
[oota-llvm.git] / test / Linker / Inputs / alias.ll
1 @zed = global i32 42
2 @foo = alias i32* @zed
3 @foo2 = alias bitcast (i32* @zed to i16*)