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