blob: dbe5779e9d86c721772043979b7bd13030366fe0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
uint const x_1 = (10u + 20u);
return;
}
fragment void tint_symbol() {
main_1();
return;
}