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
/
msvc-no-usr.hpp
blob: b15e49f52dc5e5efce1c33f603dec44a4c1ae27c (
plain
)
1
2
3
4
5
6
7
8
typedef
unsigned long long size_t
;
class
A
{
const size_t
foo
;
A
() :
foo
(
5
) {}
};