blob: 451287d4f1624971d79a0f50e9ef6a3dc4f4dcb2 [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;
}