Files
third_party_rust_bindgen/tests/headers/forward_declared_struct.h
T
2017-01-23 10:22:08 +01:00

11 lines
72 B
C

struct a;
struct a {
int b;
};
struct c {
int d;
};
struct c;