summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/eigen.cpp
blob: 4e2283114b11e628f2cdefb1c524e54488b81c48 (plain)
1
2
3
4
5
6
7
void foo()
{
  transform << 0, 1, 0, 0,
    1, 0, 0, 0,
                   0, 0, 1, 0,
               0, 0, 0, 1;
}