1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-15 20:29:48 +00:00
llvm-6502/test/Linker/func-attrs-b.ll

9 lines
228 B
LLVM
Raw Normal View History

; This file is used with func-attrs-a.ll
; RUN: true
%struct.S0 = type <{ i8, i8, i8, i8 }>
define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %struct.S0* byval %arg2) {
ret void
}