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