initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
9
test/headerrepresentation/files/faulty_header5.h
Normal file
9
test/headerrepresentation/files/faulty_header5.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
typedef a;
|
||||
|
||||
// Unknown type
|
||||
typedef tUInt9 who_the_fuck_is_tUInt9;
|
||||
|
||||
// Weird typedef
|
||||
typedef struct not_ok{
|
||||
tInt8 a;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue