Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
43dc629d8270b71db8414e3f7b2f8f90cb36f4f9
/
.
/
third_party
/
LLVM
/
test
/
Assembler
/
2005-01-31-CallingAggregateFunction.ll
blob: 4220435699c6e0cfa1f2a14798416c4192080730 [
file
]
; RUN: llvm-as %s -o /dev/null
define
void
@test
()
{
call
{
i32
}
@foo
()
ret
void
}
declare
{
i32
}
@foo
()