Home | History | Annotate | Download | only in tests
      1 #define zero() success
      2 zero()
      3 #define one(x) success
      4 one()
      5 #define two(x,y) success
      6 two(,)
      7