mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-22 23:46:31 -04:00
8 lines
130 B
C++
8 lines
130 B
C++
// bindgen-flags: --impl-debug
|
|
|
|
class Nice {
|
|
typedef void (*Function) (int data);
|
|
Function pointer;
|
|
int large_array[34];
|
|
};
|