blob: c10f91103fdc563842262b0f3d84887faecc8925 [file] [log] [blame]
Gabor Greifafb4e8c2008-05-20 22:07:21 +00001; RUN: llvm-as %s -o /dev/null -f
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner74bb9f52008-02-14 07:57:12 +00003define void @test(i32 %X) {
4 call void @test( i32 6 )
5 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006}