paranoia 0.1.1

Programmatically determine whether code was optimized away or not
Documentation
fn main() {
    if true {
        paranoia_caller::mark();
    }
    assert!(paranoia::marker_exists());
}