// Sample for python unit tests // Not part of the decomp // OFFSET: TEST 0x10000001 inline const char* OneLineWithComment() const { return "MxDSObject"; }; // hi there // OFFSET: TEST 0x10000002 inline const char* OneLine() const { return "MxDSObject"; };