blob: de9516f97ab5f2b9e2db71331e129f4e12de6753 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1(thread uint* const tint_symbol_1) {
*(tint_symbol_1) = 0u;
while (true) {
*(tint_symbol_1) = 1u;
if (false) {
break;
}
}
*(tint_symbol_1) = 5u;
return;
}
fragment void tint_symbol() {
thread uint tint_symbol_2 = 0u;
main_1(&(tint_symbol_2));
return;
}