Sign in
dawn
/
dawn
/
9be037cf1bcbd4a37d083d079f4e457e2b7f5182
/
.
/
test
/
tint
/
statements
/
for
/
continuing
/
struct_ctor.wgsl.expected.msl
blob: 95ed7ebb7cf02215e5b48c1f86e9926ec7ff6cda [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
static
volatile
bool
tint_preserve_loop
=
true
;
struct
S
{
int
i
;
};
void
f
()
{
for
(
int
i
=
0
;
(
false
)
==
tint_preserve_loop
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
))))
{
}
}