DEBSOURCES
Skip Quicknav
sources / rust-interprocess / 2.2.3-1 / tests / unnamed_pipe.rs
123456
mod basic; use super::util::*; #[test] fn basic() -> TestResult { test_wrapper(basic::main) }