aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/parse_enum/ut/enums_with_header.h
blob: 26fe5565a92580babb64ab4e08494ebf3fc554d8 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

enum EWithHeader {
    HOne  /* "one" */,
    HTwo,
    HThree,
};