//! Common test utilities for the `sefer-region` crate.
use ;
use Arc;
/// A test fixture that counts how many times it's dropped via an `Arc<AtomicUsize>`.
///
/// Used for drop-once semantics tests (I5) across multiple test files.
// Not used by all test files