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" */ };