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

Method ExpressionComma

src/ExpressionComma.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71ExpressionComma::ExpressionComma(const Expression& l, const Expression& r)
72 : Expression(eCommaExpr),
73 lhs(l),
74 rhs(r)
75{
76 // nothing else to do
77}
78
79/*
80 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected