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