blob: 8c5646e4fc1a79771baee306e9249f868df77e59 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
int const x_1 = as_type<int>((as_type<uint>(30) * as_type<uint>(40)));
return;
}
fragment void tint_symbol() {
main_1();
return;
}