aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Linker/func-attrs-b.ll
blob: 7ea12db48837cda997e6f5bc636090bd74dbe1c8 (plain)
1
2
3
4
5
6
7
8
; This file is used with func-attrs-a.ll
; RUN: true

%struct.S0 = type <{ i8, i8, i8, i8 }>

define void @check0(ptr sret(%struct.S0) %agg.result, ptr byval(%struct.S0) %arg0, ptr %arg1, ptr byval(%struct.S0) %arg2) {
  ret void
}