// Sample for python unit tests // Not part of the decomp // A very simple well-formed code file // FUNCTION: TEST 0x1234 void function01() { // TODO } // FUNCTION: TEST 0x2345 void function02() { // TODO } // FUNCTION: TEST 0x3456 void function03() { // TODO }