ddl/test/headerrepresentation/files/faulty_header5.h

9 lines
123 B
C
Raw Normal View History

2019-12-12 14:41:47 +01:00
typedef a;
// Unknown type
typedef tUInt9 who_the_fuck_is_tUInt9;
// Weird typedef
typedef struct not_ok{
tInt8 a;
};