9 lines
No EOL
123 B
C
9 lines
No EOL
123 B
C
typedef a;
|
|
|
|
// Unknown type
|
|
typedef tUInt9 who_the_fuck_is_tUInt9;
|
|
|
|
// Weird typedef
|
|
typedef struct not_ok{
|
|
tInt8 a;
|
|
}; |