llvm-for-llvmta/test/Linker/Inputs/pr21374.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

5 lines
60 B
LLVM

%foo = type { i8* }
define void @g(%foo* %x) {
ret void
}