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