blob: 70c5111488ec9c3047871bf75666cf5f224dca31 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
{
int i = 0;
while (true) {
}
}
}