//! Typed intermediate representation for decompiled code.
//!
//! This module provides a structured IR that separates semantic analysis
//! from text rendering, enabling cleaner transformations and multiple output formats.
pub use ControlFlow;
pub use ;
pub use ;
pub use ;