summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/34503-sp_enum_assign.cpp
blob: 2ebab43873b5dbce187acfa0d64f9ff73668b62a (plain)
1
2
3
4
5
6
typedef enum
{
        A                       =                 0,
        B = 1 << 0,
        C = 1 << 1
};