brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 899c095 Raw
8 lines · plain
1// RUN: mlir-opt -split-input-file -pass-pipeline='builtin.module(func.func(test-foo-analysis))'  %s -verify-diagnostics2 3// -----4 5// expected-error @+1 {{expected at least one block in the region}}6func.func private @no_block_func_declaration() -> ()7 8