[ConstraintElim] Add support for decomposing gep nuw (#118639)
[llvm-project.git] / llvm / test / Verifier / byval-4.ll
blob001e134593670b4a16a0e31f91f19de78b8dc887
1 ; RUN: llvm-as %s -o /dev/null
2 %struct.foo = type { i64 }
4 declare void @h(ptr byval(%struct.foo) %num)