Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
f632b83e590821e6520206fc81c8e0a0d3c120b7
/
.
/
bindgen-tests
/
tests
/
headers
/
attribute_warn_unused_result.hpp
blob: bb9c3687e94f4a6cd39db8b5548dfc03973f5402 [
file
] [
log
] [
blame
]
// bindgen-flags: --enable-function-attribute-detection
class
Foo
{
public
:
__attribute__
((
warn_unused_result
))
int
foo
(
int
);
};
__attribute__
((
warn_unused_result
))
int
foo
(
int
);