aboutsummaryrefslogtreecommitdiff
path: root/api_test/cplusplus.h
blob: 68edcb20d79751736231e34c43745ce4a648cb5f (plain)
  1. #ifndef CMARK_API_TEST_CPLUSPLUS_H
  2. #define CMARK_API_TEST_CPLUSPLUS_H
  3. #include "harness.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. void
  8. test_cplusplus(test_batch_runner *runner);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif