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