Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
generic_pointer.cpp
blob: eb1a1effd593b2f9e8f946e89e667543dc1b0ec7 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
template
<
typename
T
>
struct
Foo
{
T a
;
};
using
Boo
=
Foo
<
uint8_t
*>;
extern
"C"
{
void
root
(
Boo
x
);
}
// extern "C"