Sign in
dawn
/
dawn
/
30c9e450051bd769e3b977bb98611c3cf4c39d2d
/
.
/
test
/
tint
/
statements
/
for
/
scoping.wgsl.expected.ir.fxc.hlsl
blob: fd1154b1f3c88afef4332c4136a2d2118b149edf [
file
] [
log
] [
blame
]
void
f
()
{
{
int
must_not_collide
=
0
;
while
(
true
)
{
break
;
}
}
int
must_not_collide
=
0
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}