repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
PCH
/
Inputs
/
fixed-point-literal.h
blob
57022ce5c6e24374045ef36d19b752f6b779bd42
1
// Header for PCH test fixed-point-literal.c
2
3
const short
_Fract sf
= -
0.25
r
;
4
const
_Fract f
=
0.75
r
;
5
const long
_Accum la
=
25.25l
k
;