aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/970214-2.c
blob: cb9007625dd2562dfe6cb284c06de8abe13fda5e (plain)
1
2
3
4
5
#define m(L) (L'1' + (L))
main ()
{
  exit (m (0) != L'1');
}