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