xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
dash_language.h
(revision 12a9d9c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: -- -x c++ --std=c++11
2
3
template
<
typename
T>
4
struct
Foo
{
5
int
bar
;
6
};
7