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