aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/r.c
blob: bb54dbeca72d0174831423856e619a6f417c2014 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-additional-options "-std=gnu89" } */

r (a, b)
{
  if (a < b)
    return 1;
  else
    return 2;
}