Files
clang-p2996/llvm/test/Linker/Inputs/alias.ll
2022-12-13 16:43:43 +01:00

4 lines
76 B
LLVM

@zed = global i32 42
@foo = alias i32, ptr @zed
@foo2 = alias i16, ptr @zed