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