blob: 0849b7155249a79933ba349a8cf997a48ed18f94 [file] [log] [blame]
# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
--- |
define void @foo() {
entry:
ret void
}
...
---
name: foo
body: |
bb.0.entry:
; CHECK: [[@LINE+1]]:5: unexpected character '\'
\ RET64
...