blob: 4c3627a129e7848dedccb5e62663e0e97e96cfa7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool const x_1 = (as_type<uint>(30) >= 20u);
return;
}
fragment void tint_symbol() {
main_1();
return;
}