blob: d4ec1a91bdde1cb4097c3575d630d89566c03963 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 m() {
thread float tint_symbol_1 = 0.0f;
tint_symbol_1 = 1.0f;
return float2(tint_symbol_1);
}
void f() {
float2 const tint_symbol = m();
bool2 v = bool2(tint_symbol);
}