blob: 2fe25d834a4e456be7f6ba0b3318b0c3d6034c1f [file] [log] [blame]
#ifndef WGSL_SPEC_CONSTANT_1234
#define WGSL_SPEC_CONSTANT_1234 0u
#endif
static const uint o = WGSL_SPEC_CONSTANT_1234;
[numthreads(1, 1, 1)]
void main() {
return;
}