]> git.proxmox.com Git - rustc.git/blame - vendor/rustix/tests/mm/prot.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / rustix / tests / mm / prot.rs
CommitLineData
064997fb
FG
1#[test]
2fn test_prot_flags() {
3 assert_eq!(libc::PROT_NONE, 0);
4}