aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr93348-1.c
blob: d2edec565eee538fdf094496c1fb8dd7aafdd671 (plain)
1
2
3
4
5
int
ya (void)
{
  return (long int) (1 / 0);
}