testDynloadImpl.c 267 B

12345678910
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
  3. #include "testDynloadImpl.h"
  4. int TestDynamicLoaderImplData = 0;
  5. void TestDynamicLoaderImplSymbolPointer()
  6. {
  7. }