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