Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
generic_pointer.cpp
blob: 8b505147f3005920026a43bde82f6ba8a1067b09 [
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"