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