blob: 56104b5c58cbc97b935ddc9bf451db4295a6c7e3 [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;
}