initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
38
test/headerrepresentation/files/commented_header.h
Normal file
38
test/headerrepresentation/files/commented_header.h
Normal file
|
@ -0,0 +1,38 @@
|
|||
// struct simple_struct0
|
||||
struct /*oh my god, a comment*/ simple_struct1
|
||||
// struct simple_struct5
|
||||
{
|
||||
/*oh my god, a comment*/ tUInt8 /*oh my god, a comment*/ a /*oh my god, a comment*/;/*oh my god, a comment// dammit*/ //; tUInt b;
|
||||
/*oh my god, a comment* tUInt8 ***** / *oh my god, a comment/ a *oh my god, a comment*;*oh my god, a comment// dammit*/ //; tUInt c;
|
||||
}/*Comments!!!!!*/;
|
||||
|
||||
|
||||
typedef/*oh my god, a comment*/ struct
|
||||
{/*oh my god, a comment*//*oh my god, a comment*/
|
||||
/*oh my god, a comment*/tUInt16/*oh my god, a comment*/ b;/*oh my god, a comment*/
|
||||
} /*oh my god, a comment*/simple_struct2/*oh my god, a comment*/;/*oh my god, a comment*/
|
||||
|
||||
|
||||
typedef /*oh my god, a comment*//*oh my god, a comment*/struct/*oh my god, a comment*//*oh my god, a comment*/ simple_struct3/*oh my god, a comment*//*oh my god, a comment*//*oh my god, a comment*/
|
||||
{/*oh my god, a comment*/
|
||||
/*oh my god, a comment*/ tUInt32 /*oh my god, a comment*/c;
|
||||
} /*oh my god, a comment*/simple_struct4;/*oh my god, a comment*/
|
||||
|
||||
/*
|
||||
typedef struct
|
||||
{
|
||||
tUInt16 b;
|
||||
} simple_struct5;
|
||||
*/
|
||||
|
||||
//const tInt16 f = 42;
|
||||
/*const tInt16 g = 42;*/
|
||||
/*oh my god, a comment*/const/*oh my god, a comment*/tInt16/*oh my god, a comment*//*oh my god, a comment*/d/*oh my god, a comment*/=/*oh my god, a comment*/42/*oh my god, a comment*/;/*oh my god, a comment*//*oh my god, a comment*/
|
||||
const/*oh my god, a comment*/tInt32 e/*oh my god, a comment*/=/*oh my god, a comment*/43;/*oh my god, a comment*/
|
||||
|
||||
/*oh my god, a comment*/#define constant1 /*This will compile*/ 6 /*...maybe*/
|
||||
|
||||
/*oh my god, a comment*/typedef/*oh my god, a comment*/tUInt32/*oh my god, a comment*/UINT_32/*oh my god, a comment*/;
|
||||
/*oh my god, a comment*/typedef tUInt16 /*oh my god, a comment*/UINT_16; //Hello World
|
||||
//typedef uint64 supergross2;
|
||||
/*typedef uint64 supergross3;*/
|
Loading…
Add table
Add a link
Reference in a new issue