mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 13:36:26 +00:00
![Duncan P. N. Exon Smith](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216022 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
105 B
LLVM
5 lines
105 B
LLVM
; RUN: llvm-as < %s | llvm-dis | grep "quote"
|
|
; RUN: verify-uselistorder %s
|
|
|
|
@"a\22quote" = global i32 0
|