#include BALAU_STARTUP; using namespace Balau; int Application::startup() throw (Balau::GeneralException) { Printer::log(M_STATUS, "Test::Sanity running."); Assert(sizeof(off_t) == 8); Printer::log(M_STATUS, "Test::Sanity passed."); return 0; }