blob: c71652446d6f08fe56754afc854d963ec9fa7509 [file] [log] [blame]
Dan Gohman0d4bbf22009-08-25 15:38:29 +00001; RUN: llvm-as %s -o /dev/null
Chris Lattner0dff9cb2002-08-15 21:08:38 +00002
Tanya Lattner5429dbf2008-02-14 07:57:12 +00003define void @test(i32 %X) {
4 call void @test( i32 6 )
5 ret void
Chris Lattner0dff9cb2002-08-15 21:08:38 +00006}