Sign in
dawn
/
tint
/
refs/heads/chromium/4887
/
.
/
test
/
statements
/
for
/
condition
/
struct_ctor.wgsl.expected.msl
blob: a89dfc28adf063e7e6b54e525a61801701e6508f [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
void
f
()
{
int
i
=
0
;
while
(
true
)
{
S
const
tint_symbol
=
{.
i
=
1
};
if
(!((
i
<
tint_symbol
.
i
)))
{
break
;
}
{
}
}
}