blob: 40e36901d06efa5fd5aa781d3370ffb51d089036 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
bool e;
};
kernel void tint_symbol() {
bool b = false;
bool const v_1 = b;
uint const v_2 = uint(true);
S v = S{.e=bool((v_2 & uint(v_1)))};
}