xref: /llvm-project/mlir/test/Conversion/SPIRVToLLVM/lower-host-to-llvm-calls_fail.mlir (revision 41f3b83fb066b4c3273e9abe02a8630864f22f30)
1// RUN: mlir-opt --lower-host-to-llvm %s -verify-diagnostics
2
3module {
4// expected-error @+1 {{The module must contain exactly one entry point function}}
5  spirv.module Logical GLSL450 {
6  }
7}
8