cbindgen/tests/expectations/extern_2.cpp
2020-10-31 17:01:44 +01:00

14 lines
153 B
C++

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