Codebase Browser
llvm
Go to App
llvm
/
llvm/test/Linker/Inputs/
type-unique-unrelated2.ll
%t = type { ptr } declare %t @g() define %t @g2() { %x = call %t @g() ret %t %x }