1 #[test]
test_prot_flagsnull2 fn test_prot_flags() {
3     assert_eq!(libc::PROT_NONE, 0);
4 }
5