blob: 4044815893e58d4fa4ba35fd173dff6d6ea6056c [file] [log] [blame]
Eric Christophercee313d2019-04-17 04:52:47 +00001; RUN: echo 'foo bb' > %t
2; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
3
4; CHECK: Invalid function
5define void @bar() {
6bb:
7 ret void
8}
9