Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
      2 
      3 ; CHECK: define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
      4 define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
      5   ret i32 41
      6 }
      7