| 592 | |
| 593 | template<size_t size> |
| 594 | void directiveDump(const char (&code)[size], std::ostream& ostr) { |
| 595 | directiveDump(code, "test.c", settingsDefault, ostr); |
| 596 | } |
| 597 | |
| 598 | template<size_t size> |
| 599 | void directiveDump(const char (&code)[size], const char filename[], const Settings& settings, std::ostream& ostr) { |
nothing calls this directly
no test coverage detected