blob: b63db42a037e8765ad22893bc1a6946f2c94f4e9 [file] [log] [blame]
use std::env::var;
fn main() {
assert_eq!(var("DEP_Y_B").unwrap(), "b_value");
}