blob: 3334c92b6ce0ac9092171af1b82c78f686b3e69c [file]
mod test {
#[test]
pub fn test() {
assert_eq!(foo::THE_ANSWER, 42);
}
}