blob: aa446af596f8c1eb8f72f7a20357f78064d726ec [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
void *
test (unsigned long long x, unsigned long long y)
{
return (void *) (unsigned int) (x / y);
}