/* PR middle-end/31095, expand_builtin_memmove_args forgot to take into account that tree folding of builtins can add an extra NOP_EXPR. */structtimeval{inttv_sec;inttv_usec;};voidcapture_next_packet(void){structtimevalpast,now,then;__builtin_bcopy(&then,&past,sizeof(then));}