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