cbindgen/tests/expectations/abi_string.cpp
2023-09-04 20:12:55 +02:00

14 lines
151 B
C++

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