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