xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
issue-826-generating-methods-when-asked-not-to.hpp
(revision 12a9d9c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: --ignore-methods -- --target=i686-pc-win32
2
3
struct
Foo
{
4
void
test
();
5
};
6