ddl/test/headerrepresentation/files/faulty_header5.h

9 lines
123 B
C
Raw Permalink Normal View History

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