blob: c71652446d6f08fe56754afc854d963ec9fa7509 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
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}