summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/bug_1403.cpp
blob: 71f67f75d8f3f27d1dbf4a045e99bbb47bfc7ad8 (plain)
1
2
3
4
5
6
int main()
{
float x;
float y;
float result(1 + x*y);
}