bendns' repos
/
mpy
fail
mpy
/ tests/test.rs
Raw
1
2
3
4
#[test] fn main() { dbg!(mpy::eval! { "print([n for n in range(2)])" }); }