mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
7 lines
60 B
C++
7 lines
60 B
C++
import priv;
|
|
|
|
int forwarding()
|
|
{
|
|
return from_private();
|
|
}
|