blob: 4044815893e58d4fa4ba35fd173dff6d6ea6056c [file] [log] [blame]
Volkan Kelesdc40be72018-01-23 21:51:34 +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