Update testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-12-10 05:39:57 +00:00
parent c6c9772823
commit 0cfbdf8fc3

View File

@ -4,7 +4,7 @@
int %foo() {
br label "foo"
"foo":
br label "foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?"
"foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?":
ret int 17
}