mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-27 22:59:57 -04:00
11 lines
72 B
C
11 lines
72 B
C
struct a;
|
|
|
|
struct a {
|
|
int b;
|
|
};
|
|
|
|
struct c {
|
|
int d;
|
|
};
|
|
|
|
struct c; |