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