summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_2672-a.cpp
blob: d29d2c479996dcbd11fb9700fc8d89d07c50b9a2 (plain)
1
2
3
4
5
6
7
8
9
10
struct Point2D
{
	float x;
	float y;
};

struct : Point2D
{
	float z;
} point;