1 2 3 4 5 6 7 8 9 10 11 12
// bindgen-flags: --generate-inline-functions class Foo { public: static inline int bar() { return 42; } }; inline int foo() { return 42; }