xref: /aosp_15_r20/external/llvm/test/Assembler/incorrect-tdep-attrs-parsing.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3; CHECK: define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
4define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
5  ret i32 41
6}
7