blob: ec751ec6afca38eafc68649493a5a9f1632723e1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool2 const x_1 = (int2(30, 40) >= int2(40, 30));
return;
}
fragment void tint_symbol() {
main_1();
return;
}