dawn-cmake/test/unittest/reader/spirv/SpvModuleScopeVarParserTest...

14 lines
196 B
HLSL

#ifndef WGSL_SPEC_CONSTANT_65535
#define WGSL_SPEC_CONSTANT_65535 true
#endif
static const bool x_1 = WGSL_SPEC_CONSTANT_65535;
void main_1() {
return;
}
void main() {
main_1();
return;
}