blob: 9205302011529f514a5eddb8276edcfa9cff038e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
float2 const x_30 = float2(50.0f, 60.0f);
uint2 const x_1 = as_type<uint2>(int2(x_30));
return;
}
fragment void tint_symbol() {
main_1();
return;
}