Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
44994a88c9cc899c44a55376ace7445bd4ce3896
/
.
/
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
()