xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
const_tparam.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
template
<
typename
T>
2
class
C {
3
const
T*
const
foo
;
4
const
T*
bar
;
5
};
6