Sign in
dawn
/
dawn
/
6426a534f6bd74194a60323f9e50449c140c9480
/
.
/
test
/
tint
/
bug
/
chromium
/
1403752.wgsl.expected.ir.msl
blob: 1321facd527162eefef190ea7152dedd41a43ad1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
d
()
{
int
j
=
0
;
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
continue
;
}
}
}