blob: 05098f93fa2b2d701d5acc758b53b755f584206f [file] [log] [blame]
/* PR middle-end/67485 */
long int
foo (long int x)
{
return x * __LONG_MAX__;
}