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);