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