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