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