xref: /llvm-project/llvm/test/Linker/func-attrs-b.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1; This file is used with func-attrs-a.ll
2; RUN: true
3
4%struct.S0 = type <{ i8, i8, i8, i8 }>
5
6define void @check0(ptr sret(%struct.S0) %agg.result, ptr byval(%struct.S0) %arg0, ptr %arg1, ptr byval(%struct.S0) %arg2) {
7  ret void
8}
9