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