//! This is a doctest //! //! ``` //! assert_eq!(2+2, 4) //! ``` /// ```ignore /// this one will be skipped /// ``` pub fn my_func() { }