Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserTest_CopyObject_Scalar.spvasm.expected.ir.fxc.hlsl
blob: 01eea23214cc2a36c06bf9d297a81ca17f5ab0cc [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
uint
x_1
=
3u
;
uint
x_2
=
x_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}