blob: c10f91103fdc563842262b0f3d84887faecc8925 [file] [log] [blame]
Gabor Greif5edf2102008-05-20 22:07:21 +00001; RUN: llvm-as %s -o /dev/null -f
Chris Lattner81003a42002-08-15 21:08:38 +00002
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003define void @test(i32 %X) {
4 call void @test( i32 6 )
5 ret void
Chris Lattner81003a42002-08-15 21:08:38 +00006}