Sign in
dawn
/
dawn
/
HEAD
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
array_ctor.wgsl.expected.wgsl
blob: 5add635e6cc4d814d2b4cb9fb2f27be5a7760378 [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
var
i
:
i32
;
for
(;
(
i
<
array
<
i32
,
1
>(
1
)[
0
]);
)
{
}
}