1 // Header for PCH test fixed-point-literal.c 2 3 const short _Fract sf = -0.25r; 4 const _Fract f = 0.75r; 5 const long _Accum la = 25.25lk; 6