Sign in
dawn
/
dawn
/
8f1d276a3780e023f44b54385255479b4a7e3be7
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
array_ctor.wgsl.expected.ir.dxc.hlsl
blob: 973918a6a3d49d01075315a67ba47f30271069d6 [
file
] [
log
] [
blame
]
void
f
()
{
int
i
=
0
;
{
while
(
true
)
{
if
((
i
<
1
))
{
}
else
{
break
;
}
{
}
continue
;
}
}
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}