Sign in
dawn
/
dawn
/
cf05e9289b482131e76143ce5835a71fe12f0f8d
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
array_ctor.wgsl.expected.ir.msl
blob: 6c7374821c3954467db04a1132c9457f2260c240 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
0
;
{
while
(
true
)
{
if
((
i
<
1
))
{
}
else
{
break
;
}
continue
;
}
}
}