summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/testSrcP.cpp
blob: 85e36674c4a5f5030588c1e75b8d9491f6057668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define x s23_foo += \
s8_foo * s16_bar;

struct TelegramIndex
{
TelegramIndex(const char* pN, unsigned long nI) :
pTelName(pN),
nTelIndex(n)
{
}

~TelegramIndex()
{
}

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