Files
cbindgen/tests/expectations/export_name.cpp
T
2020-01-07 21:44:17 +01:00

11 lines
142 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
extern "C" {
void do_the_thing_with_export_name();
} // extern "C"