//! C semantic analysis passes.
//!
//! Production semantic analysis is built as dispatchable IR programs. CPU
//! reference helpers remain available only as explicit oracle surfaces for
//! conformance and witness generation.
/// Identifier interning IR fragments.
/// Host-side lazy scope/name resolution cache.
/// Declaration lookup IR fragments.
/// Registered C semantic-analysis programs.
/// Scope-walk IR fragments.
pub use ;
pub use reference_scope_tree;
pub use ;