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