Sign in
dawn
/
tint
/
080fdf2ac000c1ce5fc1804bda4d7c5322b55812
/
.
/
test
/
statements
/
for
/
scoping.wgsl.expected.msl
blob: 0572921f4a5a1ef41d982413f701d6ff2330295f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
for
(
int
must_not_collide
=
0
;
;
)
{
}
int
must_not_collide
=
0
;
}