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