blob: 70f868fce96d6db5e2a5890cc042bf6dc6e9c6b5 [file] [log] [blame]
#ifndef WGSL_SPEC_CONSTANT_1234
#define WGSL_SPEC_CONSTANT_1234 0.0f
#endif
static const float o = WGSL_SPEC_CONSTANT_1234;
[numthreads(1, 1, 1)]
void main() {
return;
}