• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[test]
test_prot_flags()2 fn test_prot_flags() {
3     assert_eq!(libc::PROT_NONE, 0);
4 }
5