| 155 | static long seq; |
| 156 | long id; |
| 157 | virtual void out(std::ostream &out) { |
| 158 | out << "prepare prep" << id << " as " << q; |
| 159 | } |
| 160 | prepare_stmt(prod *p) : prod(p), q(p, scope) { |
| 161 | id = seq++; |
| 162 | } |
nothing calls this directly
no outgoing calls
no test coverage detected