Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
env-macro
/
option_env-not-defined.rs
blob: 90a01a80313987fcb0427653560d90da1a1e3f22 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
pub
fn
main
()
{
assert
!(
option_env
!(
"__HOPEFULLY_DOESNT_EXIST__"
).
is_none
());
}