// 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()
// 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()