typedef int size_t;
typedef int __newtype;
struct STRUCT
{
  int arr[23];
};
enum ENUM {a = 1, b = 3 + 2};
