xref
: /
dports
/
textproc
/
uncrustify
/
uncrustify-uncrustify-0.74.0
/
tests
/
input
/
cpp
/
cast.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
a
= (
int
)
5.6
;
3
b
=
int
(
5.6
);
4
}
5