• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* this test simply checks that we can compile the <netinet/ip_icmp.h> header */
2 #include <netinet/ip_icmp.h>
3 
main(void)4 int  main( void )
5 {
6     return 0;
7 }
8 
9