Sign in
swiftshader
/
SwiftShader.git
/
20e22c4b509a0f7d0fa6208e2974556e46ae8b62
/
.
/
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
()