file_deleted_in_new_sources.cpp 312 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Just produce any code in order to test basic workflow
  3. */
  4. namespace hmm
  5. {
  6. class B
  7. {
  8. B()
  9. {
  10. /* first funtion */
  11. this->m_member = 10;
  12. if (a & "asdadasdsd")
  13. {
  14. int a; // right?
  15. }
  16. }
  17. };
  18. }
  19. int never_old(int how_long = 999)
  20. {
  21. while(true)
  22. {
  23. }
  24. return 1;
  25. }