blob: 70e301bdb3cb5e5a36753dc2d8482e8ddacee4eb [file] [log] [blame]
Jakub Kotur041839c2020-12-21 17:28:15 +01001fn main() {
2 let ac = autocfg::new();
3 if ac.probe_expression("(0..10).step_by(2).rev()") {
4 autocfg::emit("step_by");
5 }
6}