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