#include <metal_stdlib>
using namespace metal;
void main_1() {
int i = 0;
i = 123;
return;
}
kernel void tint_symbol() {
main_1();