blob: 30c90bc0ecb24f1e53e333ecb8d916f06dcf317f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread int4 tint_symbol = int4(1);
bool4 const v = bool4(tint_symbol);
}