brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 57022ce Raw
6 lines · c
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