Sign in
dawn
/
dawn
/
0bb6d4d0b5c854e83cf3846092eb3079afd72194
/
.
/
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
;
}
}
}