cbindgen/tests/expectations/include_guard.cpp
2019-06-08 19:27:58 +09:00

11 lines
120 B
C++

#ifndef INCLUDE_GUARD_H
#define INCLUDE_GUARD_H
extern "C" {
void root();
} // extern "C"
#endif // INCLUDE_GUARD_H