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