blob: f625fd71256d1626b2900ef89dbfa78ecd17f1d0 [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 = uint2(x_30);
return;
}
fragment void tint_symbol() {
main_1();
return;
}