autodiff_injector_core/
lib.rs

1pub trait Test {
2    fn a();
3}
4
5pub fn test() {
6    println!("yep.");
7}