1 #define HIDE_FROM_CHECKER(x) x 2 3 class SomeClass { 4 public: 5 static int MainDefinedFunction(); 6 static int SatelliteFunction(int x); 7 }; 8 debug_break()9inline void debug_break() {} 10
1 #define HIDE_FROM_CHECKER(x) x 2 3 class SomeClass { 4 public: 5 static int MainDefinedFunction(); 6 static int SatelliteFunction(int x); 7 }; 8 debug_break()9inline void debug_break() {} 10