This directory contains several examples collected for debugging and testing.
The script run.py
is used for automatically running all of these tests.
unit-tests
: Unit tests used for debugging during the developmentsafe-bugs
: Several bug examples that cause runtime panicsunsafe-bugs
: Several bug examples that cause memory-safety issues