// Sample for python unit tests // Not part of the decomp // Handling multiple offset markers // FUNCTION: TEST 0x1234 // FUNCTION: HELLO 0x5555 void different_modules() { // TODO } // FUNCTION: TEST 0x2345 // FUNCTION: TEST 0x1234 void same_module() { // TODO } // FUNCTION: TEST 0x2002 // FUNCTION: test 0x1001 void same_case_insensitive() { // TODO }