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