usual-conv-lp32.c 222 B

123456789101112
  1. extern long l;
  2. extern unsigned int u;
  3. #if __SIZEOF_LONG__ == __SIZEOF_INT__
  4. _Static_assert([typeof(l + u)] == [unsigned long], "ulong");
  5. #endif
  6. /*
  7. * check-name: usual-conversions
  8. * check-command: sparse -m32 $file
  9. */