blob: 9d374056ce768eb566367832bc05346f91d81a2a [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;
}