xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
msvc-no-usr.hpp
(revision 12a9d9c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
2
typedef
unsigned
long
long
size_t
;
3
4
class
A {
5
const
size_t
foo
;
6
7
A() :
foo
(
5
) {}
8
};
9