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