android_mt6572_jiabo/external/llvm/test/Linker/Inputs/alias.ll
2025-09-05 16:56:03 +08:00

3 lines
96 B
LLVM

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