rust/cargo-miri-test/tests/foo.rs
2017-01-28 11:57:53 +01:00

5 lines
43 B
Rust

#[test]
fn bar() {
assert_eq!(4, 4);
}