|
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void main_1() {
|
|
thread int tint_symbol_1 = 0;
|
|
int const x_9 = tint_symbol_1;
|
|
int const x_11 = as_type<int>((as_type<uint>(x_9) + as_type<uint>(1)));
|
|
return;
|
|
}
|
|
|
|
kernel void tint_symbol() {
|
|
main_1();
|
|
return;
|
|
}
|
|
|