1// bindgen-unstable
2
3/** The point of this test is to _not_ generate these functions. */
4
5inline static int myadd(const int x, const int y) { return x + y; }
6static int mysub(const int x, const int y) { return x - y; }
7