Home | History | Annotate | Download | only in bionic
      1 /* this test simply checks that we can compile the <netinet/ip_icmp.h> header */
      2 #include <netinet/ip_icmp.h>
      3 
      4 int  main( void )
      5 {
      6     return 0;
      7 }
      8 
      9