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