| 515 | namespace github_issue_294_ { |
| 516 | namespace bp = boost::parser; |
| 517 | struct Foo |
| 518 | {}; |
| 519 | constexpr bp::rule<struct foo_parser_tag, std::shared_ptr<Foo>> foo_parser = |
| 520 | "foo_parser"; |
| 521 | constexpr auto foo_parser_action = [](auto & ctx) { |
nothing calls this directly
no outgoing calls
no test coverage detected