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