blob: a5a917d08abaadd70880b15b5e559de9f6ba3791 [file] [log] [blame]
Dan Gohman0d4bbf22009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Duncan P. N. Exon Smithc8eccd12014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattner4298e1f2005-02-01 01:44:54 +00003
Reid Spencerce380562007-01-26 08:25:06 +00004define void @test() {
Chris Lattnerf9a4e4d2008-04-23 05:29:14 +00005 call {i32} @foo()
Chris Lattner4298e1f2005-02-01 01:44:54 +00006 ret void
7}
8
Chris Lattnerf9a4e4d2008-04-23 05:29:14 +00009declare {i32 } @foo()