Subversion Repositories Kolibri OS

Rev

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

  1. #if(1)
  2. success
  3. #endif
  4.  
  5. #if+1
  6. success
  7. #endif
  8.  
  9. #if-1
  10. success
  11. #endif
  12.  
  13. #if!1
  14. success
  15. #endif
  16.  
  17. #if~1
  18. success
  19. #endif
  20.