mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-22 23:46:31 -04:00
7 lines
219 B
C
7 lines
219 B
C
// bindgen-unstable
|
|
|
|
/** The point of this test is to _not_ generate these functions. */
|
|
|
|
inline static int myadd(const int x, const int y) { return x + y; }
|
|
static int mysub(const int x, const int y) { return x - y; }
|