#ifndef QUX_HPP #define QUX_HPP #include void qux() { std::cout << "qux" << std::endl; } #endif