summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/30098-Issue_2692.cpp
blob: c54e5461e2659898488b7c0a6420039a4d542af6 (plain)
1
2
3
4
5
6
class Class
{

std::mutex* a;
int* b;
};