blob: 31a07220120ae5d87aac92c3f0ba6ebfc5b745b0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int i = 0;
for(; (i < 1); ) {
}
}