mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-28 05:44:18 +00:00
8 lines
94 B
Rust
8 lines
94 B
Rust
|
extern crate jemallocator;
|
||
|
|
||
|
#[test]
|
||
|
fn smoke() {
|
||
|
let mut a = Vec::new();
|
||
|
a.push(3);
|
||
|
}
|