#include #include "sales_item.hpp" /* * * 2.9 * * */ int main () { // Depends completely on what compiler options are enabled. I have tons of flags enabled to prevent myself from stupid mistakes. return 0; }