7 lines
153 B
Rust
7 lines
153 B
Rust
// ignore-windows: TODO the windows hook is not done yet
|
|
// compile-flags: -Zmiri-disable-isolation
|
|
|
|
fn main() {
|
|
std::env::current_dir().unwrap();
|
|
}
|