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