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