mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 18:48:14 +00:00
8 lines
86 B
C++
8 lines
86 B
C++
|
|
||
|
#include "testSharedLibRequired.h"
|
||
|
|
||
|
int TestSharedLibRequired::foo()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|