blob: a0c4009073f87c3fbfc53eb697559028cfc0ee81 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
while (true) {
if (false) {
continue;
}
}
return;
}
fragment void tint_symbol() {
main_1();
return;
}