Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_I32.spvasm.expected.hlsl
blob: e2f518bd53b0adc94aafdc5af552af57cbf1f09b [
file
] [
log
] [
blame
]
#ifndef
WGSL_SPEC_CONSTANT_12
#define
WGSL_SPEC_CONSTANT_12
42
#endif
static
const
int
myconst
=
WGSL_SPEC_CONSTANT_12
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}