summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33093-sp_angle_paren.cpp
blob: 7ed4f34eef00e21987d502e3ee6fd6112b9a2e72 (plain)
1
2
3
4
5
void foo()
{
	bar<T> ();
	bar<T> (a);
}