blob: 7f91288e154a503b11d18f75e0d48411927b866f [file] [log] [blame]
extern long l;
extern unsigned int u;
#if __SIZEOF_LONG__ == __SIZEOF_INT__
_Static_assert([typeof(l + u)] == [unsigned long], "ulong");
#endif
/*
* check-name: usual-conversions
* check-command: sparse -m32 $file
*/