NetBSD/regress/usr.bin/xlint/lint1/test4.c
christos ce599fdf1d Tiny stand-alone code fragments to test lint's features/bugs.
Use obj/lint1 testX.c /dev/null to test.
We don't descend here or provide any test infrastructure yet.
2002-10-22 13:33:38 +00:00

8 lines
224 B
C

/* cast initialization as the rhs of a - operand */
struct sockaddr_dl {
char sdl_data[2];
};
int npdl_datasize = sizeof(struct sockaddr_dl) -
((int) ((unsigned long)&((struct sockaddr_dl *) 0)->sdl_data[0]));