#include <metal_stdlib>

using namespace metal;
void f() {
  int i = 0;
  for(; ; i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)))) {
  }
}