import nameof; #include struct Test {}; auto main() -> int { auto _ = nameof::nameof_type(); { auto _ = NAMEOF_TYPE(Test); } }