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