1; RUN: echo 'bar invalidbb' > %t2; RUN: not opt -S -passes=extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s3 4; CHECK: Invalid block5define void @bar() {6bb:7 ret void8}9 10