970214-2.c   [plain text]


#define m(L) (L'1' + (L))
main ()
{
  exit (m (0) != L'1');
}