summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_750.cpp
blob: 461e79ace773f69c2dbf53c5a4e50897f002e7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class Greeks
{
        double     _dRho            = 111.0;
        int             _dTheoretical       = 22222.0;
        double         _dTheta      = 3333333.0;
        double           _dTimeValue         = 0.0;
        double                  _dVega { 0.0 };
        double                  _dVolatility { 0.0 };
        double                  _dPvDiv             = 0.0;
}

    double         sdf[6]  = { 5.0, 6, 6, 34, 324, 5 };
    int               fsaf[6] = { 5, 6, 6, 34, 324, 5 };
    char        msa[3] { 6, 5, 3 };
          int            y[3] { 6, 5, 3 };