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