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