Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitStatement_CallWithParams.spvasm.expected.hlsl
blob: 1656622507c9abbd68b5bb0953ab8232607038ea [
file
] [
log
] [
blame
] [
edit
]
uint
x_50
(
uint
x_51
,
uint
x_52
)
{
return
(
x_51
+
x_52
);
}
void
x_100_1
()
{
const
uint
x_1
=
x_50
(
42u
,
84u
);
return
;
}
void
x_100
()
{
x_100_1
();
return
;
}