Daniel Dunbar | 0f8155a | 2008-10-14 23:51:43 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llvm-dis | grep "quote" |
Duncan P. N. Exon Smith | c8eccd1 | 2014-08-19 21:08:27 +0000 | [diff] [blame] | 2 | ; RUN: verify-uselistorder %s |
Daniel Dunbar | 0f8155a | 2008-10-14 23:51:43 +0000 | [diff] [blame] | 3 | |
4 | @"a\22quote" = global i32 0 |