blob: b09a74f41d7dde21fb0b523b10fd1e181796d26b [file] [log] [blame]
fn main() {
unsafe {
let _ptr = libc::malloc(0); //~ERROR: memory leak
}
}