#pragma once namespace iue::other::detail { inline int calc(int a) { return a * 2; } } // namespace iue::other::detail