blob: 0449677575a61aad02740d583ac4edf987aaa6a6 [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;
}