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

#include <util/generic/serialized_enum.h>
#include <tools/enum_parser/parse_enum/ut/enums_with_header.h_serialized.h>

int TestEnumWithHeader() {
    return GetEnumItemsCount<EWithHeader>();
}