blob: 2ae175b34e64a723b58331db4b5554d84c1b477f [file] [log] [blame]
SKIP: FAILED
#ifndef WGSL_SPEC_CONSTANT_0
#error spec constant required for constant id 0
#endif
static const float o = WGSL_SPEC_CONSTANT_0;
[numthreads(1, 1, 1)]
void main() {
return;
}
/tmp/tint_gYmCvK:2:2: error: spec constant required for constant id 0
#error spec constant required for constant id 0
^