Sign in
dawn
/
dawn
/
420c94dea54a27d55c90ddc7907d871e070b0df3
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
basic.wgsl.expected.ir.msl
blob: c42baba9d2347affc03e7d764fe2eb530198f600 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
0
;
{
while
(
true
)
{
if
((
i
<
4
))
{
}
else
{
break
;
}
{
}
continue
;
}
}
}