OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 970214-2.c
1 #define m(L) (L'1' + (L))
2 main ()
3 {
4   exit (m (0) != L'1');
5 }