TestCase :: struct { func: *fn () ; name: string; }
Type of test case record found during compilation.
func - Pointer to test case function.
name - Name of the test case.
Declared in: a.bl