Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #define foo(x) success
  2. #define bar foo
  3. #define baz bar
  4. #define joe baz
  5. joe (failure)
  6.