summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/cli/input/testSrc.cpp
blob: 1a22f6d9dfb9b4f7c052d9fd63aece06c0823ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
struct TelegramIndex
{
TelegramIndex(const char* pN, unsigned long nI) :
pTelName(pN),
nTelIndex(n)
{
}

~TelegramIndex()
{
}

const char* const pTelName;
unsigned long nTelIndex;
};