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