ddl/test/headerrepresentation/files/faulty_header3.h

5 lines
62 B
C
Raw Normal View History

2019-12-12 14:41:47 +01:00
// Wrong type of member
struct wrong_member {
tInt9 a;
};