997bbfad7a5b029e120e6502ae14f0b5314f61c4
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
1 ; RUN: not llvm-as < %s -o /dev/null -f 
2
3 define void @test() {
4         call {} @foo()
5         ret void
6 }
7
8 declare {} @foo()