11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
kernel void tint_symbol() {
|
||
|
uint x_10 = 0u;
|
||
|
uint* const x_1 = &(x_10);
|
||
|
uint* const x_2 = x_1;
|
||
|
return;
|
||
|
}
|
||
|
|