blob: 34cfc3aab18ba7e6f521f628f8be118b9e40732e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread float2 tint_symbol = float2(1.0f);
int2 const v = int2(tint_symbol);
}