Sign in
dawn
/
dawn
/
da63ac900e108f1eccbb031e03536a7df6899153
/
.
/
test
/
tint
/
statements
/
for
/
scoping.wgsl.expected.msl
blob: 4a7d54e9ab698dc0951f9c5d75bd0d3f18637a30 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
for
(
int
must_not_collide
=
0
;
;
)
{
__asm__
(
""
);
break
;
}
int
must_not_collide
=
0
;
}