[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / Linker / Inputs / type-unique-opaque.ll
blob872b601f6910637e685f48e33d5a6ee5f31c422b
1 %t = type { i8 }
2 %t2 = type { %t*, i16 }
4 define %t2* @f() {
5   ret %t2* null