UnitTestResult.pass

Simple return code that says unit tests pass, and main should be run

struct UnitTestResult
enum UnitTestResult pass;

Meta