blob: 86e9b98f8731b7ca20f4cb2dbae000ac7b8148be [file] [log] [blame]
#ifndef WGSL_SPEC_CONSTANT_1234
#define WGSL_SPEC_CONSTANT_1234 false
#endif
static const bool o = WGSL_SPEC_CONSTANT_1234;
[numthreads(1, 1, 1)]
void main() {
return;
}