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

19 lines
No EOL
200 B
C

// For type # see implementation of cHeaderImporter::BuildStructs()
// Type #4
struct
{
tUInt8 a;
} simple_var;
// Type #5
struct
{
tUInt8 b;
};
// Type #6
typedef struct
{
tUInt8 c;
};