summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/33029-cast.cpp
blob: 179c98c828fa26e848ce8cc4708ea96459bbf1e6 (plain)
1
2
3
4
{
	a = ( int ) 5.6;
	b = int( 5.6 );
}