summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30803-bug_1403.cpp
blob: 209c01731467f82787d17211e731b2934b30ae9d (plain)
1
2
3
4
5
6
int main()
{
	float x;
	float y;
	float result(1 + x * y);
}