2008-03-01 15:38:40 +08:00
|
|
|
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
2004-12-10 13:27:14 +08:00
|
|
|
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
|
|
|
; RUN: diff %t1.ll %t2.ll
|
|
|
|
|
2008-03-01 15:38:40 +08:00
|
|
|
define i32 @foo() {
|
|
|
|
br label %"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?"
|
2004-12-10 13:27:14 +08:00
|
|
|
|
2008-03-01 15:38:40 +08:00
|
|
|
"foo`~!@#$%^&*()-_=+{}[]\\\\|;:',<.>/?": ; preds = %0
|
|
|
|
ret i32 17
|
2004-12-10 13:27:14 +08:00
|
|
|
}
|
2008-03-01 15:38:40 +08:00
|
|
|
|