ddl/test/headerrepresentation/files/faulty_header5.h
2019-12-12 14:41:47 +01:00

9 lines
No EOL
123 B
C

typedef a;
// Unknown type
typedef tUInt9 who_the_fuck_is_tUInt9;
// Weird typedef
typedef struct not_ok{
tInt8 a;
};