summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/ms-style-ref.cpp
blob: 213393b909ea720218f7e87fafc8dabb96531d1a (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;