blob: 387b86be6ebbb19771779e66683dc01580c289f4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
bool e;
};
kernel void tint_symbol() {
bool b = false;
S v = {.e=bool(true & b)};
return;
}