Sign in
dawn
/
dawn
/
97bddeee201549ba7122b1e7bc5f6bedf7986841
/
.
/
test
/
statements
/
for
/
initializer.wgsl.expected.msl
blob: 70c5111488ec9c3047871bf75666cf5f224dca31 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
{
int
i
=
0
;
while
(
true
)
{
}
}
}