blob: 95ed7ebb7cf02215e5b48c1f86e9926ec7ff6cda [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant static volatile bool tint_preserve_loop = true;
struct S {
int i;
};
void f() {
for(int i = 0; (false) == tint_preserve_loop; i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)))) {
}
}