Sign in
dawn
/
dawn
/
cf05e9289b482131e76143ce5835a71fe12f0f8d
/
.
/
test
/
tint
/
statements
/
for
/
empty.wgsl.expected.msl
blob: 0032ddd04596c2fbc1d6dab48e45bc81205b5fd1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
for
(;
false
;
)
{
__asm__
(
""
);
}
}