pub const fn is_compound_statement(stmt: &Stmt) -> bool
Return true if the Stmt is a compound statement (as opposed to a simple statement).
true
Stmt