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