Sign in
dawn
/
tint
/
c77214d52d53c1eb29a54e606329a2095038b279
/
.
/
test
/
statements
/
for
/
initializer.wgsl.expected.msl
blob: 90082d67ae0f8304890665334eb1dbdee8fb44c3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
for
(
int
i
=
0
;
;
)
{
}
}