1 ::typedef -c LP64
   2 ::sizeof int8_t
   3 ::sizeof int16_t
   4 ::sizeof int32_t
   5 ::sizeof int64_t
   6 ::sizeof uint8_t
   7 ::sizeof uint16_t
   8 ::sizeof uint32_t
   9 ::sizeof uint64_t
  10 ::sizeof intptr_t
  11 ::sizeof uintptr_t
  12 ::sizeof uchar_t
  13 ::sizeof ushort_t
  14 ::sizeof uint_t
  15 ::sizeof ulong_t
  16 ::sizeof u_longlong_t
  17 ::sizeof ptrdiff_t
  18 ::sizeof signed
  19 ::sizeof unsigned
  20 ::sizeof void
  21 ::sizeof char
  22 ::sizeof short
  23 ::sizeof int
  24 ::sizeof long
  25 ::sizeof _Bool
  26 ::sizeof float
  27 ::sizeof double