llvm-6502/test/Linker/Inputs/type-unique-dst-types2.ll
Rafael Espindola 805b8166cf Add a test showing what the linker IdentifiedStructTypes is for.
Without this it could just be deleted and all tests would pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222985 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-01 03:20:57 +00:00

4 lines
65 B
LLVM

%A.11 = type { %B }
%B = type { i8 }
@g1 = external global %A.11