Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as < %s | llvm-dis
      2 
      3 define { i32 } @foob() nounwind {
      4   ret {i32}{ i32 0 }
      5 }
      6 define [1 x i32] @food() nounwind {
      7   ret [1 x i32][ i32 0 ]
      8 }
      9