FuzzCase

@safe
struct FuzzCase {
FileName filename;
ulong testCaseId;
}

Members

Variables

body_
CppModule body_;

The inside of the generated FUZZ_TEST(...) {... }

cpp
CppModule cpp;

the root of the file content.

includes
CppModule includes;

Includes are placed here, before the content of the body

Meta