blob: 4ae6a3f8ded3d02138e640c5449a652fcddb8aac [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int3 m() {
thread int tint_symbol_1 = 0;
tint_symbol_1 = 1;
return int3(tint_symbol_1);
}
void f() {
int3 const tint_symbol = m();
half3 v = half3(tint_symbol);
}