brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · a77c250 Raw
10 lines · plain
1; RUN: llvm-as < %s | llvm-dis2; RUN: verify-uselistorder %s3 4define { i32 } @foob() nounwind {5  ret {i32}{ i32 0 }6}7define [1 x i32] @food() nounwind {8  ret [1 x i32][ i32 0 ]9}10