blob: 79726d6c4b8162d4af34805c507ae5e388ad0cd5 [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;
}