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