bolt/deps/llvm-18.1.8/mlir/test/Analysis/invalid.mlir
2025-02-14 19:21:04 +01:00

7 lines
254 B
MLIR

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