index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
redeclaration.hpp
blob: d536b158b4845f4e008b5ff3cb7fb75b862724dd (
plain
)
1
2
3
4
5
6
7
extern
"C"
{
void
foo
();
}
extern
"C"
{
void
foo
();
}