llvm/llvm/test/Verifier/byval-4.ll

; RUN: llvm-as %s -o /dev/null
%struct.foo = type { i64 }

declare void @h(ptr byval(%struct.foo) %num)