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