#include <metal_stdlib>

using namespace metal;
void f() {
  for(int i = 0; false; ) {
  }
}