12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- // Just produce any code in order to test basic workflow
- namespace hmm
- {
- #define old_prep
- class A
- {
- A()
- {
- /* first funtion */
- this->m_me88er = 10;
- if (a & b)
- {
- for (int i = 0; i < 0 && i > 0; i++)
- {
- int a; // right?
- }
- }
- }
- int func(int param = 5)
- {
- class embeded
- {
- embeded()
- {
- int a = 10;
- if (true)
- {
- // again crazy
- }
- }
- };
- if (a);
- }
- int func_to_be_removed_in_new_sources(int param = 5)
- {
- class embeded
- {
- embeded()
- {
- int a = 10;
- if ("text")
- {
- /* again crazy */
- }
- }
- };
- if (a && b);
- }
- int never(int how_long = 999)
- {
- while(true)
- {
- }
- return 1;
- }
- int m_me88er = 10;
- };
- }
|