/// import { cell } from "commontools"; export default function TestLiteralWidenBoolean() { const _b1 = cell(true); const _b2 = cell(false); return null; }