Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_F32_WithoutSpecId.spvasm.expected.hlsl
blob: 381aa13b6858e49e343b5e4e7c55695c81caff00 [
file
] [
log
] [
blame
] [
edit
]
static
const
float
myconst
=
2.5f
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}