Subversion Repositories Kolibri OS

Rev

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

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