1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 __extension__
typedef __SIZE_TYPE__
size_t;
5 typedef unsigned char uint8_t;
6 typedef unsigned short int uint16_t;
7 typedef unsigned long long int uint64_t;
17 void cvt_16(union VALUETYPE
*p
, const struct magic
*m
)
20 p
->h
%= (uint16_t) m
->_u
._mask
;