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