Sign in
dawn
/
dawn.git
/
d3fa3f0e23cf8da1db77a464260d0fa8dffc3c4e
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
basic.wgsl.expected.msl
blob: 839541ba312409932023a6604d7e27dd98dabe6d [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
0
;
for
(;
(
i
<
4
);
)
{
}
}