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