7 lines
193 B
MLIR
7 lines
193 B
MLIR
// RUN: mlir-opt --lower-host-to-llvm %s -verify-diagnostics
|
|
|
|
module {
|
|
// expected-error @+1 {{The module must contain exactly one entry point function}}
|
|
spirv.module Logical GLSL450 {
|
|
}
|
|
}
|