brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 5f952b4 Raw
8 lines · plain
1; RUN: llvm-as %s -o /dev/null2; RUN: verify-uselistorder %s3 4define void @test(i32 %X) {5        call void @test( i32 6 )6        ret void7}8