1// RUN: mlir-opt -split-input-file -pass-pipeline='builtin.module(func.func(test-foo-analysis))' %s -verify-diagnostics
2
3// -----
4
5// expected-error @+1 {{expected at least one block in the region}}
6func.func private @no_block_func_declaration() -> ()
7
8