mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 03:32:18 -06:00
6 lines
50 B
C++
6 lines
50 B
C++
|
|
int dynamic_base_func(int x)
|
|
{
|
|
return x * x;
|
|
}
|