[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / Inputs / fixed-point-literal.h
blob57022ce5c6e24374045ef36d19b752f6b779bd42
1 // Header for PCH test fixed-point-literal.c
3 const short _Fract sf = -0.25r;
4 const _Fract f = 0.75r;
5 const long _Accum la = 25.25lk;