Home | History | Annotate | Download | only in tests
      1 #define baz(failure) failure
      2 #define bar(failure) failure
      3 #define foo bar(baz(success))
      4 foo
      5