Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / IR / top-level.mlir
blobb571d944928c8b5e94707d282acb132f1b122398
1 // RUN: mlir-opt --no-implicit-module --verify-diagnostics --split-input-file %s | FileCheck %s
3 // CHECK-NOT: module
4 //     CHECK: func.func
5 func.func private @foo()
7 // -----
9 // expected-error@-3 {{source must contain a single top-level operation, found: 2}}
10 func.func private @bar()
11 func.func private @baz()
13 // -----
15 // expected-error@-3 {{source must contain a single top-level operation, found: 0}}