Sign in
third-party-mirror
/
cbindgen
/
1f32778f219c6898ee4e83e77a24211565ea817d
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
monomorph_2.cpp
blob: 198c1449e85d343a69b37921fcd9b27e5de788d8 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
A
;
struct
B
;
template
<
typename
T
>
struct
List
{
T
*
members
;
uintptr_t
count
;
};
extern
"C"
{
void
foo
(
List
<
A
>
a
);
void
bar
(
List
<
B
>
b
);
}
// extern "C"