blob: f0a4231660d75c68195c94ab5c077d4f3c5b4c1e [file] [log] [blame]
; RUN: echo 'foo' > %t
; RUN: not --crash opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
; CHECK: Invalid line
define void @bar() {
bb:
ret void
}