blob: 50b8a4573d72001b7aef6092aeb83b10f484be2a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread bool2 tint_symbol = bool2(true);
half2 const v = half2(tint_symbol);
}