#include using namespace metal; kernel void f() { bool const a = true; bool const b = false; bool const r = bool(true & false); return; }