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