[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / mlir-cpu-runner / invalid.mlir
blobde3ef076480ce94c9479b3bfd7c1aba1da9ddc77
1 // RUN: not mlir-cpu-runner --no-implicit-module %s 2>&1 | FileCheck %s
3 // CHECK: Error: top-level op must be a symbol table.
4 llvm.func @main()