llvm-6502/test/Linker/Inputs/alias.ll

4 lines
86 B
LLVM
Raw Normal View History

@zed = global i32 42
@foo = alias i32* @zed
@foo2 = alias bitcast (i32* @zed to i16*)