blob: c18e6c1edb5d300f2cc43669fcb9713b31fb1e2a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
int const x_1 = (30 >> as_type<uint>(40));
return;
}
fragment void tint_symbol() {
main_1();
return;
}