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