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