#include <metal_stdlib>
using namespace metal;
void f() {
int i = 0;
while (true) {
if (!((i < 4))) {
break;
}