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