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