llvm-for-llvmta/tools/clang/test/PCH/Inputs/fixed-point-literal.h

6 lines
134 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// Header for PCH test fixed-point-literal.c
const short _Fract sf = -0.25r;
const _Fract f = 0.75r;
const long _Accum la = 25.25lk;