Sign in
dawn
/
tint
/
2ba8315b02917cc7400ccdd06f0daec5f55379ba
/
.
/
test
/
statements
/
for
/
empty.wgsl.expected.msl
blob: 622427ba9086856203ec7714e6648c3f2bae7060 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
while
(
true
)
{
}
}