jemallocator/tests/smoke.rs

8 lines
94 B
Rust
Raw Normal View History

2016-01-21 01:14:01 +00:00
extern crate jemallocator;
#[test]
fn smoke() {
let mut a = Vec::new();
a.push(3);
}