[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / BlockExtractor / invalid-line.ll
blobf0a4231660d75c68195c94ab5c077d4f3c5b4c1e
1 ; RUN: echo 'foo' > %t
2 ; RUN: not --crash opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
4 ; CHECK: Invalid line
5 define void @bar() {
6 bb:
7   ret void