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