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