blob: 3130ddd8fddcc23f41d1d4ed826971df9613c59e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int i = 0;
for(; false; i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)))) {
}
}