Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitStatement_ScalarCallNoParams.spvasm.expected.ir.fxc.hlsl
blob: 02a7220a46da89fcbabb0ec47a06762941db9ba4 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
uint
x_50
()
{
return
42u
;
}
void
x_100_1
()
{
uint
x_1
=
x_50
();
}
void
x_100
()
{
x_100_1
();
}