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