1 2 3 4
fn main() { let _ = std::fs::write(".testing", "test"); let _ = std::fs::write("Cargo.lock", "[[this_should_be_blocked]]"); }