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