blob: 27b7a26dde2cfa74358534e130dc307070bafb77 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 func(thread float2* const pointer) {
return *(pointer);
}
kernel void tint_symbol() {
thread float2x2 tint_symbol_1 = float2x2(0.0f);
float2 const r = func(&(tint_symbol_1[1]));
return;
}