rust/test-cargo-miri/tests/foo.rs

5 lines
43 B
Rust
Raw Normal View History

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