Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
non_pub_extern.cpp
blob: 945433d05131f402e30f1dd4e80f68ef71e3b82b [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
extern
"C"
{
extern
const
uint32_t
FIRST
;
extern
const
uint32_t
RENAMED
;
void
first
();
void
renamed
();
}
// extern "C"