8 lines
122 B
C++
8 lines
122 B
C++
#pragma once
|
|
|
|
namespace iue::other::detail {
|
|
|
|
inline int calc(int a) { return a * 2; }
|
|
|
|
} // namespace iue::other::detail
|