aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/parse_enum/ut/alias_before_name.h
blob: 64015c1db6290a87deb86256c14972952489da5c (plain) (blame)
1
2
3
4
5
6
7
#pragma once

// https://clubs.at.yandex-team.ru/stackoverflow/2603 bad example
enum EStrange {
    One, /* "one" */
    Two, /* "two" */
};