blob: 332c882a05b3e7fe2f47efe6bc985fd9e53fca97 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
int2 const x_30 = int2(30, 40);
float2 const x_1 = float2(as_type<uint2>(x_30));
return;
}
fragment void tint_symbol() {
main_1();
return;
}