1 2 3 4 5 6 7 8 9
use crate::tests::test_single_line::Origin; pub struct Mad; impl Mad { pub fn init(_: &Origin, m: Mad) -> Mad { m } }