]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/netbsd-tests/usr.bin/xlint/lint1/d_cast_init2.c
MFC r272343,r272458,r272890,r272891,r272901,r272902,r272903,r272905,r272908,r272909...
[FreeBSD/stable/10.git] / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_cast_init2.c
1 /* cast initialization as the rhs of a - operand */
2 struct sockaddr_dl {
3         char sdl_data[2];
4 };
5
6 int             npdl_datasize = sizeof(struct sockaddr_dl) -
7 ((int) ((unsigned long)&((struct sockaddr_dl *) 0)->sdl_data[0]));