blob: 68edcb20d79751736231e34c43745ce4a648cb5f [file] [log] [blame]
#ifndef CMARK_API_TEST_CPLUSPLUS_H
#define CMARK_API_TEST_CPLUSPLUS_H
#include "harness.h"
#ifdef __cplusplus
extern "C" {
#endif
void
test_cplusplus(test_batch_runner *runner);
#ifdef __cplusplus
}
#endif
#endif