blob: c24c0066e184086902055cfd95db64391f20119f [file] [log] [blame]
#![crate_type = "lib"]
pub fn ub_checks_are_enabled() -> bool {
cfg!(ub_checks) //~ ERROR `cfg(ub_checks)` is experimental
}