blob: 9c519dc814a0ecd32117ba11c77a63e37bdb2cda [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool const x_1 = !((50.0f < 60.0f));
return;
}
fragment void tint_symbol() {
main_1();
return;
}