4 lines
145 B
MLIR
4 lines
145 B
MLIR
// RUN: not mlir-cpu-runner --no-implicit-module %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: Error: top-level op must be a symbol table.
|
|
llvm.func @main()
|