summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34112-bug_i_889.cpp
blob: 5b803a0e1449d5acd19fc0d2a4371ec3132cd755 (plain)
1
2
3
4
5
6
7
8
a::b c()
{
	mapped_file_source abc((int)CW1A(sTemp));
	mapped_file_source abc((int)::CW2A(sTemp));
	mapped_file_source abc((int)A::CW3A(sTemp));
}

boost::iostreams::mapped_file_source pdf((LPSTR)ATL::CW2A(sTemp));