test_netinet_icmp.c revision ab8beedeb70c6941e0ff68014d8db64cee4ef15d
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