Sign in
dawn
/
dawn
/
9be037cf1bcbd4a37d083d079f4e457e2b7f5182
/
.
/
test
/
tint
/
bug
/
chromium
/
1403752.wgsl.expected.msl
blob: 22558cd2123184c8e7ba09e79276d10fc9fd77f7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
static
volatile
bool
tint_preserve_loop
=
true
;
void
d
()
{
int
j
=
0
;
for
(;
(
false
)
==
tint_preserve_loop
;
)
{
}
}