Sign in
dawn
/
dawn
/
f478bb5506f3f03c2844fabfb10fa1ce4f1c2616
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
struct_ctor.wgsl.expected.dxc.hlsl
blob: 69b7f10e4e9ba1516227b2237faeecd5b4f29ce1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
{
for
(;
(
i
<
1
);
)
{
}
}
}