xref: /llvm-project/llvm/test/Bitcode/mdstring-high-bits.ll (revision be7ea19b585dc1b0d4c4358df3ca498ceb65b969)
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3; PR21882: confirm we don't crash when high bits are set in a character in a
4; metadata string.
5
6; CHECK: !name = !{!0}
7!name = !{!0}
8; CHECK: !0 = !{!"\80"}
9!0 = !{!"\80"}
10