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