Files
clang-p2996/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
Dan Gohman 0d4bbf2c4a Remove obsolete -f flags.
llvm-svn: 79992
2009-08-25 15:38:29 +00:00

9 lines
108 B
LLVM

; RUN: llvm-as %s -o /dev/null
define void @test() {
call {i32} @foo()
ret void
}
declare {i32 } @foo()