blob: 565f43e572160ee4f92d5fcc57971acbb5360eb0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool const x_1 = (10u <= 20u);
return;
}
fragment void tint_symbol() {
main_1();
return;
}