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