blob: 0bebad7f17f933d30eaf8e517dca235cc5992df9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
uint x_1 = 42u;
uint const x_2 = x_1;
uint const x_3 = x_1;
return;
}
fragment void tint_symbol() {
main_1();
return;
}