blob: 4a7d54e9ab698dc0951f9c5d75bd0d3f18637a30 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
for(int must_not_collide = 0; ; ) {
__asm__("");
break;
}
int must_not_collide = 0;
}