pub fn test_opt<P1: AsRef<Path>, P2: AsRef<Path>, O: Optimize<TranslationUnit>>( from: &P1, to: &P2, opt: &mut O, )
Tests optimizations.