Sign in
dawn
/
tint
/
f748f2ae222ffcd6f20c7d78a4922c07f2880a5d
/
.
/
test
/
statements
/
for
/
continuing.wgsl.expected.msl
blob: 6426654a78d0113910f8c98dc42bf9b9271d5cf0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
0
;
for
(;
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
))))
{
}
}