const App = () => { let t = true; return
{ t && t }
};