Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
statements
/
for
/
empty.wgsl.expected.ir.msl
blob: 47641f0b127ae15ecb4488242452544928223b38 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
}
continue
;
}
}
}