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

Method OutputForwardDecl

src/Function.cpp:549–557  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

547 *
548 */
549void
550Function::OutputForwardDecl(std::ostream &out)
551{
552 if (is_builtin)
553 return;
554 OutputHeader(out);
555 out << ";";
556 outputln(out);
557}
558
559/*
560 *

Callers 1

OutputForwardDeclFunction · 0.80

Calls 1

outputlnFunction · 0.85

Tested by

no test coverage detected