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

int
foo (a)
{
  return (a == 2);
}