blob: c1d4c1f99fcd179285ea4ed4b7c0d42fed774815 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
float x_1 = 0.0f;
x_1 = 42.0f;
x_1 = 0.0f;
return;
}
fragment void tint_symbol() {
main_1();
return;
}