#include <net/if.h>
int const foo = IF_NAMESIZE;
int main(void) { return 0; }
