use crate;
/// Returns the folded integer encoding of a variable's single initial value.
///
/// For bool variables, `false -> 0` and `true -> 1`.
/// This helper assumes analysis has already folded initial expressions to
/// literals compatible with their declared type.