blob: 22558cd2123184c8e7ba09e79276d10fc9fd77f7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant static volatile bool tint_preserve_loop = true;
void d() {
int j = 0;
for(; (false) == tint_preserve_loop; ) {
}
}