summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/cout.cpp
blob: c3c9366dd299aef6770d53ce52d0f6e815c691d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
void foo()
{
   cout.setf(ios::showpoint);
   cout.setf(ios::floatfield,ios::fixed);

   what.the.hell.cout << "hello"
      << "world!"
      << "This"
      << "is a"
      << "test!";

   *aaaaaa = (bbbbb(cccccPtr->ddd) & YYYYYYYYYYYYYYYYYYYYYYYY) |
             ((bbbbb(cccccPtr->nnnnnnnn) << ZZZZZZZZZZZZZZZZZZZZZZZZZZZ)
             & WWWWWWWWWWWWWWWWWWWWWWWWWW) | ((bbbbb(cccccPtr->hhhhhhhhhhhhhh)
                       << FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF)
             & EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE);
}