Raw File
2008-10-14-QuoteInName.ll
; RUN: llvm-as < %s | llvm-dis | grep "quote"

@"a\22quote" = global i32 0
back to top