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