Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
package_version.cpp
blob: f8919d06b231a520b8a469c077c87f0e5522d8d5 [
file
] [
log
] [
blame
] [
edit
]
/* Package version: 0.1.0 */
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
Foo
{
uint64_t
bar
;
};
extern
"C"
{
void
doit
(
const
Foo
*);
}
// extern "C"