[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / Analysis / invalid.mlir
blob899c095804a02d8dfac5957361385979c09a4efd
1 // RUN: mlir-opt -split-input-file -pass-pipeline='builtin.module(func.func(test-foo-analysis))'  %s -verify-diagnostics
3 // -----
5 // expected-error @+1 {{expected at least one block in the region}}
6 func.func private @no_block_func_declaration() -> ()