summaryrefslogtreecommitdiff
path: root/tests/bionic/libc/bionic/test_netinet_icmp.c
blob: 308ccce9702fdb4273e472130ea3a67a4700f797 (plain)
1
2
3
4
5
6
7
8
/* this test simply checks that we can compile the <netinet/ip_icmp.h> header */
#include <netinet/ip_icmp.h>

int  main( void )
{
    return 0;
}