38 lines
No EOL
1.8 KiB
C
38 lines
No EOL
1.8 KiB
C
// 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;*/ |