blob: ce769a2e9d7bfcc5270811cc8a97de0a2a2b7b62 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define void @test() {
Chris Lattner4b7c34e2008-04-23 05:29:14 +00004 call {i32} @foo()
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 ret void
6}
7
Chris Lattner4b7c34e2008-04-23 05:29:14 +00008declare {i32 } @foo()