simple2.cpp 275 B

12345678910111213141516171819202122232425
  1. // Just produce any code in order to test basic workflow
  2. namespace hmm
  3. {
  4. class New_A
  5. {
  6. New_A()
  7. {
  8. /* first funtion */
  9. this->m_member = 10;
  10. if (a & b)
  11. {
  12. for (int i = 0; i < 0 && i > 0; i++)
  13. {
  14. // crazy, right?
  15. }
  16. }
  17. }
  18. };
  19. }