1 2 3 4 5
//! Smoke test — confirms tinyquant-io compiles and links. #[test] fn io_crate_builds() { assert_eq!(2 + 2, 4); }