brintos

brintos / llvm-project-archived public Read only

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