Sign in
dawn
/
dawn
/
4d65fc91bb284269dd723fadb8ecead1eb28696c
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
array_ctor.wgsl.expected.dxc.hlsl
blob: 2447811533e70c46f11aa7f19523032f8a2af639 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
while
(
true
)
{
const
int
tint_symbol
[
1
]
=
{
1
};
if
(!((
i
<
tint_symbol
[
0
])))
{
break
;
}
{
}
}
}