Sign in
ara-mdk
/
platform
/
external
/
llvm
/
4bf030402de033aa0f0eb10165a169b9042c65da
/
.
/
test
/
Assembler
/
2005-01-31-CallingAggregateFunction.ll
blob: ce769a2e9d7bfcc5270811cc8a97de0a2a2b7b62 [
file
] [
log
] [
blame
]
; RUN: llvm-as %s -o /dev/null
define
void
@test
()
{
call
{
i32
}
@foo
()
ret
void
}
declare
{
i32
}
@foo
()