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