hanchenye-llvm-project/llvm/test/Linker/Inputs/pr21374.ll

5 lines
60 B
LLVM

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