MCPcopy Create free account
hub / github.com/csmith-project/csmith / OutputHeader

Method OutputHeader

src/KleeExtension.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83KleeExtension::OutputHeader(std::ostream &out)
84{
85 out << "#include \"klee/klee.h\"" << endl;
86}
87
88void
89KleeExtension::OutputTail(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected