Sign in
dawn
/
tint
/
7274b8ac19c434d86991c08044f7c45d537c888d
/
.
/
test
/
statements
/
for
/
continuing
/
basic.wgsl.expected.hlsl
blob: 6b8fc8fbffcee511390d5f133844222c79c628b8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
{
[
loop
]
for
(;
false
;
i
=
(
i
+
1
))
{
}
}
}