1stageleft::stageleft_crate!(hydro_test_local_macro); 2 3#[cfg(stageleft_macro)] 4pub(crate) mod local; 5#[cfg(not(stageleft_macro))] 6pub mod local;