//! Public API surface tests
//!//! ## Domain
//!//! Tests for public API:
//! - API types are exposed correctly
//! - Builder pattern works
//!//! ## Organization
//!//! Tests migrated from `src/lib.rs` module tests.
usemultiline_input::Builder;#[test]fntest_api_exists(){// Compile-time check that API is correctly exposed
let _builder =Builder::new();}