summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30060-Issue_1734.cpp
blob: 31d08c29157fb7f1dd5d576a42fb972624abd88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class X16
{
public:
X16();
};

// https://en.cppreference.com/w/cpp/language/function-try-block
X16::X16()
try
{
}
catch (...)
{
}