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