xref
: /
third_party
/
rust
/
crates
/
rustix
/
tests
/
mm
/
prot.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/rustix/tests/mm/
1
#[
test
]
test_prot_flagsnull
2
fn
test_prot_flags
() {
3
assert_eq
!(
libc
::
PROT_NONE
,
0
);
4
}
5