summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33120-Issue_2149.cpp
blob: 1266bd7b8120da100e869ea7320993557efb0fdb (plain)
1
2
3
4
5
6
7
namespace
{
	enum EnumValue
	{
		EnumValue1 = 1 << 1
	};
}