Kai Sasaki | de58a4f | 2023-02-22 06:09:09 | [diff] [blame] | 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}} | ||||
6 | func.func private @no_block_func_declaration() -> () | ||||
7 |