Sign in
dawn
/
dawn
/
d2a397bcafb722423f56c1517ac472ab81dd6dee
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
struct_ctor.wgsl.expected.msl
blob: a0a3bf0ee175d96528e28d7515e13f06c419a2d7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
void
f
()
{
int
i
=
0
;
for
(;
(
i
<
1
);
)
{
}
}