brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · e36d30b Raw
8 lines · plain
1// RUN: mlir-opt --lower-host-to-llvm %s -verify-diagnostics2 3module {4// expected-error @+1 {{The module must contain exactly one entry point function}}5  spirv.module Logical GLSL450 {6  }7}8