blob: a8d3f5187150b3650071a75d4ce9d5e7dd789cc2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
for(; false; ) {
}
}