Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
statements
/
for
/
continuing
/
array_ctor.wgsl.expected.ir.glsl
blob: 620b9c1098cd2efe47c9fa6955c7d7da5102693e [
file
] [
log
] [
blame
]
#version 310 es
void
f
()
{
int
i
=
0
;
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
i
=
(
i
+
1
);
}
continue
;
}
}
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}