summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/31730-ms-style-ref.cpp
blob: 826d4e90ebd06ca574ebc4e3b422684776f6de31 (plain)
1
2
3
4
5
6
7
8
9
Foo^ foo = dynamic_cast<Bar^>(bar);
Foo* foo = dynamic_cast<Bar*>(bar);
x = a ^ b;

int main(Platform::Array<Platform::String^>^ /*args*/)
{
}

Platform::Array<unsigned char>^ a;