mirror of
https://github.com/reactos/CMake.git
synced 2025-02-24 14:00:38 +00:00
8 lines
62 B
C
8 lines
62 B
C
int customTarget();
|
|
|
|
int main()
|
|
{
|
|
return customTarget();
|
|
}
|
|
|