Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_True.spvasm.expected.hlsl
blob: 16032061c3311071ccec97a62ea82c701b3ae934 [
file
] [
log
] [
blame
]
#ifndef
WGSL_SPEC_CONSTANT_12
#define
WGSL_SPEC_CONSTANT_12
true
#endif
static
const
bool
myconst
=
WGSL_SPEC_CONSTANT_12
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}