blob: 80925452bb98b0c73668d7961f80f069bc88e86e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant static volatile bool tint_preserve_loop = true;
void tint_symbol(device uint* const tint_symbol_1) {
for(; ((*(tint_symbol_1) < 10u)) == tint_preserve_loop; *(tint_symbol_1) = (*(tint_symbol_1) + 1u)) {
}
}