blob: 21550307119bc62bead378597291c3ebdb4b38e6 [file] [log] [blame]
// bindgen-flags: --rust-target 1.27
class Foo {
public:
__attribute__((warn_unused_result))
int foo(int);
};
__attribute__((warn_unused_result))
int foo(int);