initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
19
test/headerrepresentation/files/wrong_header.h
Normal file
19
test/headerrepresentation/files/wrong_header.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
// 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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue