Sign in
dawn
/
dawn
/
0b4250236a7b092888671ff06c17a6d1d74f369e
/
.
/
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
();
}